Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UStruct
Description
Try and find string metadata with the given key. If not found on this class, work up hierarchy looking for it.
| Name | GetStringMetaDataHierarchical |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
bool GetStringMetaDataHierarchical
(
const FName & Key,
FString * OutValue
) const