Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMBlueprint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ChangeMemberVariableType
(
const FName& InName, |
RigVMBlueprintLegacy.h |
|
|
virtual bool ChangeMemberVariableType
(
const FName& InName, |
RigVMBlueprintLegacy.h |
|
ChangeMemberVariableType(const FName &, const FEdGraphPinType &)
| Name | ChangeMemberVariableType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprintLegacy.h |
| Include Path | #include "RigVMBlueprintLegacy.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMBlueprintLegacy.cpp |
UFUNCTION (BlueprintCallable, Category="Variables")
virtual bool ChangeMemberVariableType
(
const FName & InName,
const FEdGraphPinType & InType
)
ChangeMemberVariableType(const FName &, const FString &, bool, bool, FString)
| Name | ChangeMemberVariableType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprintLegacy.h |
| Include Path | #include "RigVMBlueprintLegacy.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMBlueprintLegacy.cpp |
UFUNCTION (BlueprintCallable, Category="Variables")
virtual bool ChangeMemberVariableType
(
const FName & InName,
const FString & InCPPType,
bool bIsPublic,
bool bIsReadOnly,
FString InDefaultValue
)