Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetDoubleMetaData
(
const TCHAR* Key |
Find the metadata value associated with the key and return double | UObject/Field.h | |
double GetDoubleMetaData
(
const FName& Key |
UObject/Field.h |
GetDoubleMetaData(const TCHAR *)
Description
Find the metadata value associated with the key and return double
| Name | GetDoubleMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
double GetDoubleMetaData
(
const TCHAR * Key
) const
the float value stored in the metadata.
Parameters
| Name | Remarks |
|---|---|
| Key | The key to lookup in the metadata |
GetDoubleMetaData(const FName &)
| Name | GetDoubleMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
double GetDoubleMetaData
(
const FName & Key
) const