Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< INameValidatorInterface > GetNameValidator
(
const FRigVMAssetInterfacePtr Asset, |
EdGraph/RigVMEdGraphSchema.h | ||
virtual TSharedPtr< INameValidatorInterface > GetNameValidator
(
const UBlueprint* BlueprintObj, |
EdGraph/RigVMEdGraphSchema.h |
GetNameValidator(const FRigVMAssetInterfacePtr, const FName &, const UStruct *)
| Name | GetNameValidator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual TSharedPtr < INameValidatorInterface > GetNameValidator
(
const FRigVMAssetInterfacePtr Asset,
const FName & OriginalName,
const UStruct * ValidationScope
) const
GetNameValidator(const UBlueprint , const FName &, const UStruct , const FName &)
| Name | GetNameValidator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual TSharedPtr < INameValidatorInterface > GetNameValidator
(
const UBlueprint * BlueprintObj,
const FName & OriginalName,
const UStruct * ValidationScope,
const FName & ActionTypeId
) const