Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | IBlueprintPropertyGuidProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Blueprint/BlueprintPropertyGuidProvider.h |
| Include Path | #include "Blueprint/BlueprintPropertyGuidProvider.h" |
Syntax
class IBlueprintPropertyGuidProvider
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBlueprintPropertyGuidProvider() |
Blueprint/BlueprintPropertyGuidProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the property GUID for the given name, if any. Does not recurse into parents. | Blueprint/BlueprintPropertyGuidProvider.h | ||
| Returns the property name for the given GUID, if any. Does not recurse into parents. | Blueprint/BlueprintPropertyGuidProvider.h |