FDMXEditor::GetOnSetupNewEntity

Called right after a new Entity is created, to set its values up before it gets selected and renamed.

Windows
MacOS
Linux

References

Module

DMXEditor

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXEditor/Public/DMXEditor.h

Include

#include "DMXEditor.h"

Syntax

FOnSetupNewEntity & GetOnSetupNewEntity()

Remarks

Called right after a new Entity is created, to set its values up before it gets selected and renamed. It's highly advisable to only bind to this event right before needing it and unbinding right after it's called. To avoid getting calls for every new Entity creation (unless that's the desired behavior).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss