Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunctionCompilationPropertyDescription |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT ()
struct FRigVMFunctionCompilationPropertyDescription
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CPPType | FString | The complete CPP type to base a new property off of (for ex: 'TArray |
RigVMCore/RigVMGraphFunctionDefinition.h | |
| CPPTypeObject | TSoftObjectPtr< UObject > | The tail CPP Type object, for example the UScriptStruct for a struct. | RigVMCore/RigVMGraphFunctionDefinition.h | |
| DefaultValue | FString | The default value to use for this property (for example: '(((X=1.000000, Y=2.000000, Z=3.000000)))') | RigVMCore/RigVMGraphFunctionDefinition.h | |
| Name | FName | The name of the property to create. | RigVMCore/RigVMGraphFunctionDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMGraphFunctionDefinition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< FRigVMPropertyDescription > ToPropertyDescription
(
const TArray< FRigVMFunctionCompilationPropertyDescription >& InDescriptions |
RigVMCore/RigVMGraphFunctionDefinition.h |