MacroGeneratedNodes

Map that can be used to find the macro node that spawned a provided node, if any.

Windows
MacOS
Linux

Syntax

TMap< UEdGraphNode *, UEdGraphNode * > MacroGeneratedNodes

Remarks

Map that can be used to find the macro node that spawned a provided node, if any. Macro instances can have more macros inside of them, so entries in this map may chain (i.e. values may also need to be used as keys to find the full chain). Used to generate deterministic, unique identifiers for properties generated by nodes.

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