Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_InputTouch
- UObject::PostLoad()
- UEdGraphNode::PostLoad()
- UK2Node::PostLoad()
- UK2Node_InputTouch::PostLoad()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h |
Include | #include "K2Node_InputTouch.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouch.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.