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