Navigation
API > API/Plugins > API/Plugins/RigVM
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UField
- UStruct
- UClass
- UBlueprintGeneratedClass
- URigVMBlueprintGeneratedClass
- UControlRigBlueprintGeneratedClass
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMBlueprintGeneratedClass.h |
| Include | #include "RigVMBlueprintGeneratedClass.h" |
Syntax
UCLASS&40;&41;
class URigVMBlueprintGeneratedClass :
public UBlueprintGeneratedClass,
public IRigVMGraphFunctionHost
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigVMGraphFunctionStore | GraphFunctionStore |
Constructors
| Type | Name | Description | |
|---|---|---|---|
URigVMBlueprintGeneratedClass
(
const FObjectInitializer& ObjectInitializer |
Overridden from UClass
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | GetPersistentUberGraphFrame
(
UObject* Obj, |
Returns memory used to store temporary data on an instance, used by blueprints | |
| void | PostInitInstance
(
UObject* InObj, |
Called after PostInitProperties during object construction to allow class specific initialization of an object instance. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
Overridden from IRigVMGraphFunctionHost
| Type | Name | Description | |
|---|---|---|---|
| const FRigVMGraphFunctionStore * | |||
| FRigVMGraphFunctionStore * |