Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_InputAction
- UObject::PostLoad()
- UEdGraphNode::PostLoad()
- UK2Node::PostLoad()
- UK2Node_InputAction::PostLoad()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAction.h |
Include | #include "K2Node_InputAction.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAction.cpp |
virtual void PostLoad&40;&41;
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.