Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStringTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearMetaData
(
const FTextKey& InKey |
Remove all meta-data associated with the given entry | Internationalization/StringTableCore.h | |
void ClearMetaData
(
const int32 InSlack |
Clear all meta-data from the table | Internationalization/StringTableCore.h |
ClearMetaData(const FTextKey &)
Description
Remove all meta-data associated with the given entry
| Name | ClearMetaData |
| 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 ClearMetaData
(
const FTextKey & InKey
)
ClearMetaData(const int32)
Description
Clear all meta-data from the table
| Name | ClearMetaData |
| 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 ClearMetaData
(
const int32 InSlack
)