Navigation
API > API/Plugins > API/Plugins/UAF
Base class for all AnimNext assets that can host RigVM logic
| Name | UAnimNextRigVMAsset |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/AnimNextRigVMAsset.h |
| Include Path | #include "AnimNextRigVMAsset.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UAnimNextRigVMAsset : public URigVMHost
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMHost → UAnimNextRigVMAsset
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimNextRigVMAsset
(
const FObjectInitializer& ObjectInitializer |
AnimNextRigVMAsset.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCompileJobEvent | TTSMulticastDelegate< void(UAnimNextRigVMAsset *)> | Delegate called in editor when an asset's compilation has started (i.e. asset data that instances rely on is going to change) | AnimNextRigVMAsset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallFunctionHandle
(
UE::UAF::FFunctionHandle InHandle, |
Call a function handle using a property bag as arguments. | AnimNextRigVMAsset.h | |
UE::UAF::FFunctionHandle GetFunctionHandle
(
FName InEventName |
Get a function handle given its mangled event name. | AnimNextRigVMAsset.h | |
const URigVM * GetRigVM() |
Get the RigVM object we host. | AnimNextRigVMAsset.h | |
const FInstancedPropertyBag & GetVariableDefaults() |
Get variable defaults property bag. | AnimNextRigVMAsset.h |
Protected
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
AnimNextRigVMAsset.h | ||
virtual void GetAssetRegistryTags
(
FAssetRegistryTagsContext Context |
AnimNextRigVMAsset.h | ||
virtual void PostLoad() |
AnimNextRigVMAsset.h | ||
virtual void PreDuplicate
(
FObjectDuplicationParameters& DupParams |
AnimNextRigVMAsset.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FOnCompileJobEvent & OnCompileJobFinished() |
Delegate called in editor when an asset's compilation has finished (and instances can be re-allocated) | AnimNextRigVMAsset.h | |
static FOnCompileJobEvent & OnCompileJobStarted() |
AnimNextRigVMAsset.h |