![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlueprintPropertyGuidProvider.h>
Inheritance diagram for IBlueprintPropertyGuidProvider:Public Member Functions | |
| virtual | ~IBlueprintPropertyGuidProvider ()=default |
| virtual FName | FindBlueprintPropertyNameFromGuid (const FGuid &PropertyGuid) const =0 |
| virtual FGuid | FindBlueprintPropertyGuidFromName (const FName PropertyName) const =0 |
Interface to query the property name<->GUID relationship using either a UBlueprint or a UBlueprintGeneratedClass. This allows cooked and uncooked Blueprints to be queried via the same API.
|
virtualdefault |
|
pure virtual |
Returns the property GUID for the given name, if any.
Implemented in UBlueprint, and UBlueprintGeneratedClass.
|
pure virtual |
Returns the property name for the given GUID, if any.
Implemented in UBlueprint, and UBlueprintGeneratedClass.