Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFAssetInstanceComponent
Description
Override point for derived components to hook into instance-binding. Called after the instance back-ptr is set:
- When an instance first copies the default components from an asset
- When an instance lazily creates a component on the fly
Derived Overrides
| Name | OnBindToInstance |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstanceComponent.h |
| Include Path | #include "UAFAssetInstanceComponent.h" |
virtual void OnBindToInstance()