Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::GetNameValidator()
- URigVMEdGraphSchema::GetNameValidator()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual TSharedPtr< INameValidatorInterface > GetNameValidator
&40;
const UBlueprint &42; InBlueprintObj,
const FName & InOriginalName,
const UStruct &42; InValidationScope,
const FName & InActionTypeId
&41; const
Remarks
Returns a name validator appropiate for the schema and object that is being named
Parameters
| Name | Description |
|---|---|
| InBlueprintObj | The blueprint where the object being named lives. |
| InOriginalName | The original name of the object. |
| InValidationScope | The scope where the named object lives. |
| InActionTypeId | The type of object that is being named. |
| NameValidator | The name validator to use when naming this object. |