UNiagaraNodeOp::PostLoad

Do any object-specific cleanup required immediately after loading an object.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeOp.h

Include

#include "NiagaraNodeOp.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeOp.cpp

Syntax

virtual void PostLoad()

Remarks

Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.

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