A note from the user, seems like they have a fix for this already I've changed the type of UGameplayDebuggerConfig::ActivationKey to FInputChord and with ony small changes to surrounding code it ...
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 ...
From PCGVolume.cpp: PCGComponent = ObjectInitializer.CreateDefaultSubobject<UPCGComponent>(this, TEXT("PCG Component")); The Component name with a space does not support a round trip through FSof ...
This may possibly be due to FReplicationWriter::CanSendObject waiting for CreateConfirmation. ...
Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...
As part of the Python and Editor Scripting Tools, it is possible to programmatically set variables in actor instances of the current level just like when using the Details Panel in the Level Editor. ...
There is moving blotchy noise on the head and face from hair when Lumen HZB tracing hits hair. CL 33258050 fixes the noise in the hair, but tracing still hits hair when it starts from surfaces like ...
Control Rig Tracks are not visible in Sequencer when the Name and Display Name are not set to the same value in the Control Rig graph, and the track filter is set to "Selected Control Rig Controls". ...