Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
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
(
const UBlueprint * InBlueprintObj,
const FName & InOriginalName,
const UStruct * InValidationScope,
const FName & InActionTypeId
) 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. |