Navigation
API > API/Plugins > API/Plugins/LiveLinkComponents > API/Plugins/LiveLinkComponents/ULiveLinkControllerBase
- UObject::PostLoad()
- ULiveLinkControllerBase::PostLoad()
- ULiveLinkLensController::PostLoad()
- ULiveLinkLightController::PostLoad()
- ULiveLinkCameraController::PostLoad()
- ULiveLinkTransformController::PostLoad()
References
Module | LiveLinkComponents |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkControllerBase.h |
Include | #include "LiveLinkControllerBase.h" |
Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/LiveLinkControllerBase.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.