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