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 |
|---|---|---|---|
| RigVMCore/RigVMGraphFunctionDefinition.h | |||
FRigVMFunctionCompilationData
(
const FRigVMFunctionCompilationData& InOther |
RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEncounteredSurpressedErrors | bool | RigVMCore/RigVMGraphFunctionDefinition.h |
|
|
| bSupportsCallable | TOptional< 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 | ||
| InterfaceOperands | TMap< FName, FRigVMOperand > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| LiteralPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| LiteralPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Operands | TMap< FString, FRigVMOperand > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| TaskMutex | FCriticalSection | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| WorkPropertyDescriptions | TArray< FRigVMFunctionCompilationPropertyDescription > | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| WorkPropertyPathDescriptions | TArray< FRigVMFunctionCompilationPropertyPath > | RigVMCore/RigVMGraphFunctionDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FRigVMFunctionCompilationPropertyDescription > & GetPropertyDescriptions
(
ERigVMMemoryType InMemoryType |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
const TArray< FRigVMFunctionCompilationPropertyPath > & GetPropertyPathDescriptions
(
ERigVMMemoryType InMemoryType |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsValid() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool RequiresRecompilation() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
void Reset() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool SupportsCallable () |
If this function can be turned into a callable. | RigVMCore/RigVMGraphFunctionDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunctionCompilationData & operator=
(
const FRigVMFunctionCompilationData& InOther |
RigVMCore/RigVMGraphFunctionDefinition.h |