Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...
This issue is relatively easy to reproduce, e.g., in the timing of switching between the two types of property operations within the same track. It seems to be easy to reproduce the above problem in ...
The CharacterMovementComponent simulates the position of a jumping/falling character inside function UCharacterMovementComponent::PhysFalling() [CharacterMovementComponent.cpp:4381]. On the main cod ...
The melee gameplay ability GA_Melee uses a NetMulticast RPC which isn't allowed and causes a blueprint validation error: GA_Melee.uasset: Gameplay Abilities are not replicated to Simulated Proxies ...
The description of SpringArmComponent's "Use Camera Lag Substepping" option says "sub-step camera damping so that it handles fluctuating frame rates well". However, as noted and explained by a licen ...
A Nanite primitive casting a CSM shadow on another Nanite primitive with "Cast Shadows" disabled, will have it's shadow disappear completely when r.Shadow.CSMCaching = 1. ...
An editable FComponentReference property on an actor instance can be used to reference another actor's component in the scene. In 4.27 and earlier versions these references were retained when the ot ...
When we record a Take from a level actor, a warning about referencing the same Guid inside LazyObjectPtr.h appears. The functionality of the LevelSequence works as expeced, but when the initial tak ...
When we server travel with seamless travel enabled, and a legacy camera shake with an anim sequence set is currently ongoing, we will get a crash due to the UMovieSceneEntitySystemLinker failing a c ...
Context GameplayDebugger (Press ` in-game) displays a green smiley (AICON-Green) for AIControlled pawns that are running a BehaviorTree and a red angry face (AICON-Red) otherwise. If the AIControll ...