Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunctionCompilationData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMFunctionCompilationData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunctionCompilationData() |
RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEncounteredSurpressedErrors | bool | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| ByteCode | FRigVMByteCode | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| DebugPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| DebugPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| ExternalPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| ExternalPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| ExternalRegisterIndexToVariable | TMap< int32, FName > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| FunctionNames | TArray< FName > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Hash | uint32 | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| LiteralPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| LiteralPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Operands | TMap< FString, FRigVMOperand > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| OperandToDebugRegisters | TMap< FRigVMOperand, TArray< FRigVMOperand > > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| WorkPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| WorkPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool RequiresRecompilation() |
RigVMCore/RigVMGraphFunctionDefinition.h |