BoneList and BoneFilterActionOption in LOD0 of LODSettings are displayed after editing other LOD level

UE - Anim - Runtime - Jul 31, 2023

BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...

Unable to import animation data from fbx with bone names starting with a number

UE - Anim - Rigging - Control Rig - Jul 31, 2023

When importing animations with numeric names from fbx in UE5.2 or later, the AnimationSequence asset is created but the animation data is not imported. The workaround is to not prefix bones with num ...

Blueprint debugger: variable getter node displays wrong object's value

UE - Gameplay - Blueprint Runtime - Jul 28, 2023

After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...

Python does not always copy struct properties when there are differences

UE - Editor - Workflow Systems - Jul 28, 2023

I noticed that some struct are not always copied in python. For example, FBox is not copied if !a_src.IsValid and !a_dst.IsValid even if Min and Max are different. Another example is FJsonObjectWrap ...

Logging out and then logging in as a new user results in slate creating multiple Slate User IDs

UE - Gameplay - Input - Jul 28, 2023

I believe this is happening because when you change your logged in user, the Slate Application will automatically create a new second slate user with an ID of 2. This is bad because the Slate App is ...

Inaccurate motion vectors when using different position binding in renderer

UE - Niagara - Jul 27, 2023

Even though the particles are not moving, and the velocity is zero, the output motion vectors are non-zero. This seems to only happen if using two sources of particle positions.  ...

Getting Emitter.NumParticles on Niagara's GPU compute sim returns 0

UE - Niagara - Jul 27, 2023

This problem looks like the following parameters are not defined correctly. The correct parameter is Engine_Emitter_NumParticles. Engine_Emitter_NumParticles and PREV_Engine_Emitter_NumParticles .\ ...

BP property initialization fast path does not handle non-instanced properties assigned to default subobjects correctly

UE - Gameplay - Blueprint - Jul 27, 2023

Non-instanced object ref properties are incorrectly being skipped at property initialization time when Blueprint class instances are spawned with the fast property initialization path enabled. This ...

Per Instance Random node not working in material layer

UE - Rendering Architecture - Materials - Jul 27, 2023

Licensees report that the definition of the USES_PER_INSTANCE_RANDOM macro only considers it in the context of the base material.  As a result Per Instance Random used only in material layers does n ...

UFE: Can't delete custom launch profiles

UE - Editor - UI Systems - Jul 26, 2023

The confirmation message will fails spawning with the following messages in the log:  [2023.07.25-20.04.01:038][  0]LogWindows: Error: Failed to create dialog. The specified resource type cannot be ...