Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
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/RigVM.h | |
TArray< FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction& InInstruction, |
Returns the traits for the provided memory for a single instruction | RigVMCore/RigVM.h |
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMExtendedExecuteContext &)
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/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<typename T>
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMExtendedExecuteContext & InContext
)
GetTraitsForInstruction(const FRigVMInstruction &, FRigVMExtendedExecuteContext &, 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/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
TArray < FRigVMTraitScope > GetTraitsForInstruction
(
const FRigVMInstruction & InInstruction,
FRigVMExtendedExecuteContext & InContext,
const UScriptStruct * InScriptStruct
)