Navigation
API > API/Plugins > API/Plugins/UAF
Asset instance component supplying work memory for RigVM execution.
| Name | FUAFRigVMComponent |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFRigVMComponent.h |
| Include Path | #include "UAFRigVMComponent.h" |
Syntax
USTRUCT ()
struct FUAFRigVMComponent : public FUAFAssetInstanceComponent
Inheritance Hierarchy
- FUAFAssetInstanceComponent → FUAFRigVMComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUAFRigVMComponent() |
UAFRigVMComponent.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExtendedExecuteContext | FRigVMExtendedExecuteContext | Extended execute context instance for our asset instance, we own it. | UAFRigVMComponent.h |
|
| FAnimNextGraphInstance | friend | UAFRigVMComponent.h | ||
| FAnimNextModuleInstance | friend | UAFRigVMComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExtendedExecuteContext & GetExtendedExecuteContext() |
Get the RigVM extended execute context. | UAFRigVMComponent.h |