Map entries are removed on Blueprint compile when using struct as key. ...
In UCharacterMovementComponent code such as PhysFalling, RestorePreAdditiveRootMotionVelocity is called before FVector OldVelocity = Velocity; leaving OldVelocity in a pre-additive state making furt ...
1.glsl_type with image was not fully inited with HlslName field set, causing the crash 2.seems many types of op are not support by current hlslcc, cause error msg. e.g. RWTexture2D.Load[Image Remo ...
The engine is unable to Level that has a Blueprint actor with a child actor component that has a particle system component. The follow message pops up: World /Game/LevelName.LevelName is in use. — ...
The following warning will be present when running QAGame QA-PostProcessing with -game:LogNiagaraEditor: Warning: GEditor isn't valid! Particle reset commands will not work for Niagara components! ...
When properties are customized on an Add Component node, and the component is replicated, the client will create the component without the customized properties. This is likely due to subobject repl ...
The color preview on the "Set color and opacity node" does not reflect the correct opacity setting that is give by default. ...
The nodes of a big function are placed over the custom event node and other nodes in the Event Graph when the function is converted to an event. ...