Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMParameter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVM.h | |||
FRigVMParameter
(
ERigVMParameterType InType, |
RigVMCore/RigVM.h |
FRigVMParameter()
| Name | FRigVMParameter |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
FRigVMParameter()
FRigVMParameter(ERigVMParameterType, const FName &, int32, const FString &, UScriptStruct *)
| Name | FRigVMParameter |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
FRigVMParameter
(
ERigVMParameterType InType,
const FName & InName,
int32 InRegisterIndex,
const FString & InCPPType,
UScriptStruct * InScriptStruct
)