Custom Transition Notification Events in ABP's StateMachine are not searched. Therefore, users cannot search where a particular Custom Transition Notification Event is defined. ...
ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false. It's likely an error and line 568 in StaticMesh.cpp should rather be ://if (!bEnableReversedIndexBuffer) <= ...
This seems to be caused by the following:The struct, which has an actor reference property as well as some other properties, implements its own NetSerialize function.When the actor reference propert ...
WP handles PIE Editor only properly (doesn't load the actors at all) but the old level streaming system just hides them through the FPrimitiveSceneProxy. So in this instance, the bug is that the Lev ...
from licensee:"Expected behavior: The LOD selected to be edited should be saved correctly, allowing different remesh results to be saved as different LODs of the same mesh, _i.e. remesh with 1 cm t ...
The editor crashes when attempting Seamless Travel in PIE while the World Outliner is displayed and an actor is attached to another actor. ...
Opening the ICVFX window, then closing it will set materials on your nDisplay meshes to the materials those instances were created from ...
Loading a CVAR preset does not apply the parameters in the preset to other nodes in multi-user. These parameter values must be toggled On/Off manually after loading to apply correctly. ...
CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...