FDMXEditor::GetOnGetBaseNameForNewEntity

Called before a new Entity creation to set its base name.

Windows
MacOS
Linux

References

Module

DMXEditor

Header

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

Include

#include "DMXEditor.h"

Syntax

FOnGetBaseNameForNewEntity & GetOnGetBaseNameForNewEntity()

Remarks

Called before a new Entity creation to set its base name. 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