UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IBlueprintPropertyGuidProvider Class Referenceabstract

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IBlueprintPropertyGuidProvider()

virtual IBlueprintPropertyGuidProvider::~IBlueprintPropertyGuidProvider ( )
virtualdefault

Member Function Documentation

◆ FindBlueprintPropertyGuidFromName()

virtual FGuid IBlueprintPropertyGuidProvider::FindBlueprintPropertyGuidFromName ( const FName  PropertyName) const
pure virtual

Returns the property GUID for the given name, if any.

Note
Does not recurse into parents.

Implemented in UBlueprint, and UBlueprintGeneratedClass.

◆ FindBlueprintPropertyNameFromGuid()

virtual FName IBlueprintPropertyGuidProvider::FindBlueprintPropertyNameFromGuid ( const FGuid PropertyGuid) const
pure virtual

Returns the property name for the given GUID, if any.

Note
Does not recurse into parents.

Implemented in UBlueprint, and UBlueprintGeneratedClass.


The documentation for this class was generated from the following file: