Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMUnitNodeCreatedContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the name of the first variable given a type (or NAME_None if not found) | RigVMCore/RigVMStruct.h | ||
| Returns the name of the first variable given a type (or NAME_None if not found) | RigVMCore/RigVMStruct.h | ||
| Returns the name of the first variable given a type (or NAME_None if not found) | RigVMCore/RigVMStruct.h | ||
| Returns the name of the first variable given a type (or NAME_None if not found) | RigVMCore/RigVMStruct.h | ||
FName FindFirstVariableOfType
(
FName InCPPTypeName |
Returns the name of the first variable given a(or NAME_None if not found) | RigVMCore/RigVMStruct.h | |
FName FindFirstVariableOfType
(
UObject* InCPPTypeObject |
RigVMCore/RigVMStruct.h |
FindFirstVariableOfType()
Description
Returns the name of the first variable given a type (or NAME_None if not found)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
template<typename T, typename TEnableIf < TRigVMIsBaseStructure < T >::Value >::Type *>
FName FindFirstVariableOfType() const
FindFirstVariableOfType()
Description
Returns the name of the first variable given a type (or NAME_None if not found)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
template<typename T, typename TEnableIf < TModels_V< CRigVMUStruct , T > >::Type *>
FName FindFirstVariableOfType() const
FindFirstVariableOfType()
Description
Returns the name of the first variable given a type (or NAME_None if not found)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
template<typename T, typename TEnableIf < TModels_V< CRigVMUClass , T > >::Type *>
FName FindFirstVariableOfType() const
FindFirstVariableOfType()
Description
Returns the name of the first variable given a type (or NAME_None if not found)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
template<typename T, typename TEnableIf < TIsEnum < T >::Value >::Type *>
FName FindFirstVariableOfType() const
FindFirstVariableOfType(FName)
Description
Returns the name of the first variable given a(or NAME_None if not found)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMStruct.cpp |
FName FindFirstVariableOfType
(
FName InCPPTypeName
) const
FindFirstVariableOfType(UObject *)
| Name | FindFirstVariableOfType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMStruct.cpp |
FName FindFirstVariableOfType
(
UObject * InCPPTypeObject
) const