Navigation
API > API/Runtime > API/Runtime/Core
Entry within a string table
| Name | FStringTableEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/StringTableCore.h |
| Include Path | #include "Internationalization/StringTableCore.h" |
Syntax
class FStringTableEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Internationalization/StringTableCore.h | ||
FStringTableEntry
(
FStringTableConstRef InOwnerTable, |
Create a new string table entry using the given data | Internationalization/StringTableCore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayStringId | FTextId | The display string ID of this entry | Internationalization/StringTableCore.h | |
| OwnerTable | FStringTableConstWeakPtr | The string table that owns us (if any) | Internationalization/StringTableCore.h | |
| SourceString | FString | The source string of this entry | Internationalization/StringTableCore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Disown () |
Disown this string table entry. | Internationalization/StringTableCore.h | |
FTextConstDisplayStringPtr GetDisplayString() |
Get the display string of this string table entry | Internationalization/StringTableCore.h | |
FTextId GetDisplayStringId() |
Get the display string ID of this string table entry | Internationalization/StringTableCore.h | |
const FString & GetSourceString() |
Get the source string of this string table entry | Internationalization/StringTableCore.h | |
bool IsOwned() |
Internationalization/StringTableCore.h | ||
bool IsOwnedBy
(
const FStringTable& InStringTable |
Is this string table entry owned by the given string table? | Internationalization/StringTableCore.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetPlaceholderSourceString() |
Get the placeholder source string to use for string table entries that are missing | Internationalization/StringTableCore.h | |
| Create a new string table entry using the given data | Internationalization/StringTableCore.h |