Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMap< int32, TArray< FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext& InContext |
Returns the traits of a given type for this VM's bytecode and Context | RigVMCore/RigVM.h | |
TMap< int32, TArray< FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext& InContext, |
Returns the traits for this VM's bytecode and Context | RigVMCore/RigVM.h | |
TMap< int32, TArray< FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext& InContext, |
Returns the traits of a given type for this VM's bytecode and Context, as well as any additional memory handles | RigVMCore/RigVM.h | |
TMap< int32, TArray< FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext& InContext, |
Returns the traits for this VM's bytecode and Context, as well as any additional memory handles | RigVMCore/RigVM.h |
GetTraits(FRigVMExtendedExecuteContext &)
Description
Returns the traits of a given type for this VM's bytecode and Context
| Name | GetTraits |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<typename T>
TMap < int32, TArray < FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext & InContext
)
GetTraits(FRigVMExtendedExecuteContext &, const UScriptStruct *)
Description
Returns the traits for this VM's bytecode and Context
| Name | GetTraits |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
TMap < int32, TArray < FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext & InContext,
const UScriptStruct * InScriptStruct
)
GetTraits(FRigVMExtendedExecuteContext &, TArray< FRigVMMemoryHandle > &)
Description
Returns the traits of a given type for this VM's bytecode and Context, as well as any additional memory handles
| Name | GetTraits |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<typename T>
TMap < int32, TArray < FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext & InContext,
TArray < FRigVMMemoryHandle > & OutAdditionalMemoryHandles
)
GetTraits(FRigVMExtendedExecuteContext &, TArray< FRigVMMemoryHandle > &, const UScriptStruct *)
Description
Returns the traits for this VM's bytecode and Context, as well as any additional memory handles
| Name | GetTraits |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
TMap < int32, TArray < FRigVMTraitScope > > GetTraits
(
FRigVMExtendedExecuteContext & InContext,
TArray < FRigVMMemoryHandle > & OutAdditionalMemoryHandles,
const UScriptStruct * InScriptStruct
)