-Material Parameter tracks are not converted when converting it to a matinee to a level sequence asset Example: SplineRocketTrail smoke trails are not appearing when playing Matinee for Showdown VR ...
When importing a LOD model, LOD material can get added as element 0, not preserving previous material assignment. It's not possible to re-order/delete the automatically added Element 0 WorldGridMat ...
When trying to change the value of Agent Height under RecastNavMesh-Default it will change back to its default value when you open back up the project. ...
in AbilitySystemComponent_Abilities.cpp, line:844 CancelAllAbilities() does not appear to be working as expected. There is a check before cancelling all abilities. However, this check uses the Cl ...
The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...
This appears to be some form of type confusion. In editor, the type of the result pin is a Packed Level Actor Class Reference, but at runtime, the returned value is a BlueprintGeneratedClass. ...