Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::GetNameValidator()
- URigVMEdGraphSchema::GetNameValidator()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.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. |