The Actor Sequencer Timeline appears to not be able to correctly recognize the variables manipulated within the viewport. Thus, when attempting to add a keyframe after moving a component, within the ...
Licensee wants to be able to import skeletal meshes which have Vertex Colours (their entire game is Vertex Coloured) and Morph Target animation, but they're seeing a crash when toggling Vertex Color ...
You are unable to access or create references to any Sublevel Actors in the Persistent Level Blueprint. Licensee reports being able to select the Sublevel Actor and then right-click to create a refe ...
Trying to set the Bool Match as a Query Param causes the value to not be recognized. It just thinks the value is whatever default value it has instead of reading it from the params set in the Behavi ...
Niagara VectorFields do not function properly since "Fix CPU Access" changes are not persistently saved. After every Editor restart or reopening projects, the Niagara-VectorField driven Emitter and ...
Blueprint functions appear to correctly associate local variables when renaming the function. However when undoing a rename with ctrl-z the local variables appear to lose their association. Redoing ...
Spawning an actor with Chaos cloth causes a hitch when LODs or Self-Collision are enabled on the cloth. LODs and Self-Collision seem to compound the issue. Self-Collision requires a collision simul ...
FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...
Widget is causing an ensure to be hit when exiting gameplay. Tested in: 4.24 Preview2 CL#10091930 , 4.25 CL#10183780 Attached URL's from the user: https://forums.unrealengine.com/community/ge ...
In the given answerhub example, the user has a print string coming from IsNotValid on a check of *TryGetPawnOwner*. This is returning a false negative to him when he PIE's because the Preview insta ...