Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FUAFNotifyDispatcherComponent |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/UAFNotifyDispatcherComponent.h |
| Include Path | #include "Module/UAFNotifyDispatcherComponent.h" |
Syntax
USTRUCT ()
struct FUAFNotifyDispatcherComponent : public FUAFModuleInstanceComponent
Inheritance Hierarchy
- FUAFAssetInstanceComponent → FUAFModuleInstanceComponent → FUAFNotifyDispatcherComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveAnimNotifyEventReference | TArray< FAnimNotifyEventReference > | Module/UAFNotifyDispatcherComponent.h | ||
| ActiveAnimNotifyState | TArray< const FAnimNotifyEvent * > | Module/UAFNotifyDispatcherComponent.h | ||
| NotifyQueue | FAnimNotifyQueue | Notify queue to dispatch. | Module/UAFNotifyDispatcherComponent.h | |
| SkeletalMeshComponent | TObjectPtr< USkeletalMeshComponent > | Skeletal mesh component to 'fake' dispatch from. | Module/UAFNotifyDispatcherComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TriggerSingleAnimNotify
(
float InDeltaTime, |
Triggers a single anim notify in the dispatcher. | Module/UAFNotifyDispatcherComponent.h |
Public Virtual
Overridden from FUAFModuleInstanceComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnEndExecution
(
float InDeltaTime |
Called at end of system execution each frame. | Module/UAFNotifyDispatcherComponent.h | |
virtual void OnTraitEvent
(
FAnimNextTraitEvent& Event |
Called during system execution for any events to be handled. | Module/UAFNotifyDispatcherComponent.h |
Overridden from FUAFAssetInstanceComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetScriptStruct() |
Get the UScriptStruct of this component, must be overriden in derived structs (use DECLARE_UAF_ASSET_INSTANCE_COMPONENT) | Module/UAFNotifyDispatcherComponent.h | |
virtual void OnBindToInstance () |
Override point for derived components to hook into instance-binding. | Module/UAFNotifyDispatcherComponent.h |