Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UMetaData > API/Runtime/CoreUObject/UObject/UMetaData/GetValue
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/MetaData.h |
| Include | #include "UObject/MetaData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp |
const FString & GetValue
(
const UObject * Object,
FName Key
)
Remarks
Return the value for the given key in the given property The value if found, otherwise an empty string
Parameters
| Name | Description |
|---|---|
| Object | the object to lookup the metadata for |
| Key | The key to lookup |