Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStringTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnumerateSourceStrings
(
const TFunctionRef< bool(const FString&, const FString&, const FString&)>& InEnumerator |
Enumerate all source strings in the table with DevNotes passed in as the third param. | Internationalization/StringTableCore.h | |
void EnumerateSourceStrings
(
const TFunctionRef< bool(const FString&, const FString&)>& InEnumerator |
Enumerate all source strings in the table. | Internationalization/StringTableCore.h |
EnumerateSourceStrings(const TFunctionRef< bool(const FString &, const FString &, const FString &)> &)
Description
Enumerate all source strings in the table with DevNotes passed in as the third param. Return true from the enumerator to continue, or false to stop
| Name | EnumerateSourceStrings |
| 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 EnumerateSourceStrings
(
const TFunctionRef < bool &, const FString &, const FString &)> & InEnumerator
) const
EnumerateSourceStrings(const TFunctionRef< bool(const FString &, const FString &)> &)
Description
Enumerate all source strings in the table. Return true from the enumerator to continue, or false to stop
| Name | EnumerateSourceStrings |
| 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 EnumerateSourceStrings
(
const TFunctionRef < bool &, const FString &)> & InEnumerator
) const