Copy-paste the TestCode.h and TestCode.cpp into a module Activate the customization in the StartupModule() function ``` FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPro ...
UAT has intermittent crashes at the end of packaging. Looks related to [Link Removed] . Could be that the solver is being destructed after the null check earlier in the function if this is multit ...
Context State Tree Tasks have a configurable default value 'Should State Change on Reselect' which controls whether the task receives a EnterState/ExitState if completion of the current state is fo ...
This bug is critical since it can broke bone name reference between [animations, physics asset, curves, ...] and skeletal mesh bone name ...
When using the legacy fbx importer with time zero option to true the skinning is good. So its a regression. Would be awesome if it can be fix in 5.5.1 ...
Looks like the resize that does the safe zone update is done before the orientation is updated. I suggested swapping the order to licensee in the UDN ticket and it worked for him. This should be t ...
If an IK Anim node is used in a post-process animation blueprint when that post-process blueprint is active in persona. It will crash attempting to get dynamically created goal components from an ac ...
Instanced Static Meshes will have incorrect velocity if a Material uses World Position Offset. Fixed WPO in a material causes significant velocity on the ISM. This was also replicated in //UE5/Rele ...
[Link Removed] ...
Context The Recast module has a helper struct rcScopedDelete for allocating, resizing and automatically freeing the allocated memory when the struct goes out of scope. Its allocation functions can ...