Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFNotifyDispatcherComponent
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
Virtual Inheritance
- FUAFAssetInstanceComponent::OnBindToInstance → FUAFNotifyDispatcherComponent::OnBindToInstance
| Name | OnBindToInstance |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/UAFNotifyDispatcherComponent.h |
| Include Path | #include "Module/UAFNotifyDispatcherComponent.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/Module/UAFNotifyDispatcherComponent.cpp |
virtual void OnBindToInstance()