Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMByteCode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction& InInstruction, |
Returns the traits of a given type for the provided memory for a single instruction | RigVMCore/RigVMByteCode.h | |
TArray< FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction& InInstruction, |
Returns the traits for the provided memory for a single instruction | RigVMCore/RigVMByteCode.h | |
TArray< FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction& InInstruction, |
Returns the traits of a given type for the provided memory for a single instruction and any additional memory handles | RigVMCore/RigVMByteCode.h | |
TArray< FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction& InInstruction, |
Returns the traits for the provided memory for a single instruction and any additional memory handles | RigVMCore/RigVMByteCode.h |
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMMemoryStorageStruct &, FRigVMMemoryStorageStruct &)
Description
Returns the traits of a given type for the provided memory for a single instruction
| Name | GetTraitsForInstruction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<typename T>
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMMemoryStorageStruct & InLiteralMemory,
FRigVMMemoryStorageStruct & InWorkMemory
) const
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMMemoryStorageStruct &, FRigVMMemoryStorageStruct &, const UScriptStruct *)
Description
Returns the traits for the provided memory for a single instruction
| Name | GetTraitsForInstruction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMMemoryStorageStruct & InLiteralMemory,
FRigVMMemoryStorageStruct & InWorkMemory,
const UScriptStruct * InScriptStruct
) const
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMMemoryStorageStruct &, FRigVMMemoryStorageStruct &, TArray< FRigVMMemoryHandle > &)
Description
Returns the traits of a given type for the provided memory for a single instruction and any additional memory handles
| Name | GetTraitsForInstruction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
template<typename T>
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMMemoryStorageStruct & InLiteralMemory,
FRigVMMemoryStorageStruct & InWorkMemory,
TArray < FRigVMMemoryHandle > & OutAdditionalMemoryHandles
) const
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMMemoryStorageStruct &, FRigVMMemoryStorageStruct &, TArray< FRigVMMemoryHandle > &, const UScriptStruct *)
Description
Returns the traits for the provided memory for a single instruction and any additional memory handles
| Name | GetTraitsForInstruction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMMemoryStorageStruct & InLiteralMemory,
FRigVMMemoryStorageStruct & InWorkMemory,
TArray < FRigVMMemoryHandle > & OutAdditionalMemoryHandles,
const UScriptStruct * InScriptStruct
) const