Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStringTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsInternal () |
Is this string table considered internal (ie, shouldn't appear in pickers) | Internationalization/StringTableCore.h | |
void IsInternal
(
const bool bInIsInternal |
Set whether this string table is considered internal | Internationalization/StringTableCore.h |
IsInternal()
Description
Is this string table considered internal (ie, shouldn't appear in pickers)
| Name | IsInternal |
| 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 |
bool IsInternal() const
IsInternal(const bool)
Description
Set whether this string table is considered internal
| Name | IsInternal |
| 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 IsInternal
(
const bool bInIsInternal
)