Navigation
API > API/Plugins > API/Plugins/UAF
A module instance component is attached and owned by a module instance.
| Name | FUAFModuleInstanceComponent |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/UAFModuleInstanceComponent.h |
| Include Path | #include "Module/UAFModuleInstanceComponent.h" |
Syntax
USTRUCT ()
struct FUAFModuleInstanceComponent : public FUAFAssetInstanceComponent
Inheritance Hierarchy
- FUAFAssetInstanceComponent → FUAFModuleInstanceComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUAFModuleInstanceComponent() |
Module/UAFModuleInstanceComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FUAFModuleInstanceComponent() |
Module/UAFModuleInstanceComponent.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ContainerType | FAnimNextModuleInstance | Module/UAFModuleInstanceComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNextModuleInstance & GetModuleInstance () |
Returns the owning module instance this component lives on. | Module/UAFModuleInstanceComponent.h | |
const FAnimNextModuleInstance & GetModuleInstance () |
Returns the owning module instance this component lives on. | Module/UAFModuleInstanceComponent.h | |
FAnimNextModuleInstance * GetModuleInstancePtr() |
Returns the owning module instance this component lives on. | Module/UAFModuleInstanceComponent.h | |
virtual void OnEndExecution
(
float InDeltaTime |
Called at end of module execution each frame. | Module/UAFModuleInstanceComponent.h | |
virtual void OnTraitEvent
(
FAnimNextTraitEvent& Event |
Called during module execution for any events to be handled. | Module/UAFModuleInstanceComponent.h |