Adding "Add Velocity" module to event handler stage causes ensure (ensureMsg)

UE - Niagara - Scripting - Dec 19, 2023

Adding a module which has Required Dependencies (such as "Add Velocity") to event handler stage causes ensureMsg. > > In system /Game/NewNiagaraSystem.NewNiagaraSystem, module AddVelocity (NiagaraN ...

When Adding the nDisplay plugin it defaults to disabled in Projects -> Plugins -> nDisplay

UE - Content - Plugin - Dec 20, 2023

If you add/enable nDisplay as a plugin it should default to ON in the Project Plugins Settings, while Cluster Replication should remain off by default. ...

Copy Actors out of play mode ( 5.3.1 )

UE - Editor - Workflow Systems - Dec 22, 2023

From UDN case #00645621: Is it possible that this function has been deactivated? In 5.03 I can copy objects from the game mode. ...

UDeveloperSettings change delegate not executed on import

UE - Editor - Workflow Systems - Dec 22, 2023

From UDN case #00655218: We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : UCLASS(config ...

[UDN - 00655218] UDeveloperSettings change delegate not executed on import

UE - Editor - Workflow Systems - Jan 11, 2024

UDN Description Hello, We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : [Start code b ...

Go to end and Stop on level sequences does not work with keep state animations and anim bps

UE - Anim - Sequencer - Anim in Engine - Jan 16, 2024

When a skeletal animation section is set to Keep State, and the mesh uses an anim BP and slots to play back the animation, calling Go to End and Stop on the sequence will not pause the animations. ...

Actor components in blueprintable structs are uneditable in full BP editor, but not on instanced actors or in data BP editor

UE - Gameplay - Blueprint Editor - Jan 24, 2024

When an actor has a blueprintable struct that contains a reference to an actor component and that component is created default in the actor's constructor, the struct and the component will be unedit ...

Curve Editor: Zoom/Pan in Normalized view constantly adjusting/changing

UE - Anim - Sequencer - Curve Editor - Nov 6, 2023

Panning/Zooming in Normalized view is constantly shuffling your view around.. See Attached Video: [Link Removed] ...

Based movement ticking dependency may be incorrect if standing on a part of a Child Actor

UE - Gameplay - Player Movement - Jan 31, 2024

When an actor has a Child Actor Component that's a valid moving base for a character to walk on, the ticking prerequisites are set against the Child Actor and not the root owning actor that actually ...

Crash when duplicating component with Instanced property initialized with CreateDefaultSubobject

UE - Framework - Feb 2, 2024

An editor crash can be observed when copy-pasting an actor with an actor component with an instanced object property when set to a non-default value. Detailed steps to reproduce are provided below. ...