FStringTableEntry

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/StringTableCore.h

Include

#include "Internationalization/StringTableCore.h"

Syntax

class FStringTableEntry

Remarks

Entry within a string table

Constructors

Name Description

Public function

FStringTableEntry()

Default constructor

Public function

FStringTableEntry

(
    FStringTableConstRef InOwnerTable,
    FString InSourceString,
    FTextDisplayStringPtr InDisplayStri...
)

Create a new string table entry using the given data

Functions

Name Description

Public function

void

 

Disown()

Disown this string table entry.

Public function Const

FTextDisplay...

 

GetDisplayString()

Get the display string of this string table entry

Public function Static

FTextDisplay...

 

GetPlaceholderDisplayString()

Get the placeholder display string to use for string table entries that are missing

Public function Static

const FStrin...

 

GetPlaceholderSourceString()

Get the placeholder source string to use for string table entries that are missing

Public function Const

const FStrin...

 

GetSourceString()

Get the source string of this string table entry

Public function Const

bool

 

IsOwned()

Public function Static

FStringTable...

 

NewStringTableEntry

(
    FStringTableConstRef InOwnerTable,
    FString InSourceString,
    FTextDisplayStringPtr InDisplayStri...
)

Create a new string table entry using the given data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss