Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ResolveWildCardPin
(
URigVMPin* InPin, |
RigVMModel/RigVMController.h |
|
|
bool ResolveWildCardPin
(
const FString& InPinPath, |
RigVMModel/RigVMController.h | ||
bool ResolveWildCardPin
(
URigVMPin* InPin, |
RigVMModel/RigVMController.h | ||
bool ResolveWildCardPin
(
const FString& InPinPath, |
Resolves a wildcard pin on any node. | RigVMModel/RigVMController.h |
|
ResolveWildCardPin(URigVMPin *, const FRigVMTemplateArgumentType &, bool, bool)
| Name | ResolveWildCardPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool ResolveWildCardPin
(
URigVMPin * InPin,
const FRigVMTemplateArgumentType & InType,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
ResolveWildCardPin(const FString &, TRigVMTypeIndex, bool, bool)
| Name | ResolveWildCardPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
bool ResolveWildCardPin
(
const FString & InPinPath,
TRigVMTypeIndex InTypeIndex,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
ResolveWildCardPin(URigVMPin *, TRigVMTypeIndex, bool, bool)
| Name | ResolveWildCardPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
bool ResolveWildCardPin
(
URigVMPin * InPin,
TRigVMTypeIndex InTypeIndex,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
ResolveWildCardPin(const FString &, const FString &, const FName &, bool, bool)
Description
Resolves a wildcard pin on any node.
| Name | ResolveWildCardPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool ResolveWildCardPin
(
const FString & InPinPath,
const FString & InCPPType,
const FName & InCPPTypeObjectPath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)