When working in the "Landscape" editor mode, in both the "New" and "Import" tools, it is possible to import a single heightmap, as well as a weightmap for each layer. Each of these maps can come fro ...
When a Blueprint contains multiple layers of nested subobjects, any subobjects below the top-most layer do not have changes to their properties propagate to child Blueprints. See attached project (c ...
When using the Make Writable button, it is intended to make the file editable without the prompt to check an asset out popping up on subsequent attempts to save the asset. This does not work for Sub ...
The editor does not seem to be handling frame ranges properly for 60fps animations. Say you have a 200 frame animation that spans frame 0-200. Upon import it will be 201 frames. If you set the ra ...
From licensee: The function AWorldDataLayers::GetDataLayerInstanceFromAssetName() uses different names in #WITH_EDITOR and without editor builds: #WITH_EDITOR config calls DataLayerInstance->GetDa ...
Constraints (UTickableConstraint) are usually created throuh the "Animation" tab available in the Editor's "Animation Mode". When created through that interface while Sequencer is open, the internal ...
During async loading from an AsyncLoading thread, DecalComponent attempts to precache PSOs which can trigger a checkf in StrongObjectPtr.h which are only allowed to be created on a game thread. ...
EA Motive has run into a crash when using the hair card generator plugin. A missing DLL is preventing them from creating hair cards according to the initial investigation from their engineers. More ...
Some key lines in the code:Engine\Source\Runtime\MovieSceneTracks\Private\TrackInstances\MovieSceneCVarTrackInstance.cpp:177 --> Apply CVar when entering sectionEngine\Source\Runtime\MovieSceneTra ...
When opening Unreal Editor on Linux, the Project Browser opens but is completely unresponsive. Shortly afterwards the editor will crash. If you use the -nocef command when opening the Editor, everyt ...