Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStringTable
Description
Enumerate all meta-data associated with the given entry. Return true from the enumerator to continue, or false to stop
| Name | EnumerateMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/StringTableCore.h |
| Include Path | #include "Internationalization/StringTableCore.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/StringTableCore.cpp |
void EnumerateMetaData
(
const FTextKey & InKey,
const TFunctionRef < bool, const FString &)> & InEnumerator
) const