From a community member: Are you responsible also for the FootPlacement node? Its fantastic, but there is a possible bug with the walkable surface handling. It tries to step even on vertical surfac ...
This is an early trending crash coming out of the 4.18 previews. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to [Link Removed]. Sour ...
Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...
Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...
Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...
This is a regression. In 4.19 and Main (CL 4008322), vertex color information does not save properly and data is lost when editor is reopened. Creating project from scratch instead of copying over f ...
In UE 5.5, the fix applied by CL 36529858 in ue5-main updated USkeletalMeshComponent::ClearAnimScriptInstance() to call AnimScriptInstance::UninitializeAnimation() on the animation instance. This, i ...
Actors that are spawned from blueprints will no longer have their instigator automatically set to the instigator that spawned them. This is a regression in 5.5, because in 5.4 and earlier a null Ins ...
From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...
The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...