Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCoreTexts Struct Reference

#include <CoreGlobals.h>

+ Collaboration diagram for FCoreTexts:

Public Member Functions

 FCoreTexts (const FCoreTexts &)=delete
 
FCoreTextsoperator= (const FCoreTexts &)=delete
 
 FCoreTexts (const FText &InTrue, const FText &InFalse, const FText &InYes, const FText &InNo, const FText &InNone)
 

Static Public Member Functions

static const FCoreTextsGet ()
 
static void TearDown ()
 

Public Attributes

const FTextTrue
 
const FTextFalse
 
const FTextYes
 
const FTextNo
 
const FTextNone
 

Detailed Description

Definition at line 108 of file CoreGlobals.h.

Constructor & Destructor Documentation

◆ FCoreTexts() [1/2]

FCoreTexts::FCoreTexts ( const FCoreTexts & )
delete

◆ FCoreTexts() [2/2]

FCoreTexts::FCoreTexts ( const FText & InTrue,
const FText & InFalse,
const FText & InYes,
const FText & InNo,
const FText & InNone )
inline

Definition at line 125 of file CoreGlobals.h.

Member Function Documentation

◆ Get()

static const FCoreTexts & FCoreTexts::Get ( )
static

◆ operator=()

FCoreTexts & FCoreTexts::operator= ( const FCoreTexts & )
delete

◆ TearDown()

static void FCoreTexts::TearDown ( )
static

Invalidates existing references. Do not use FCoreTexts after calling.

Member Data Documentation

◆ False

const FText& FCoreTexts::False

Definition at line 111 of file CoreGlobals.h.

◆ No

const FText& FCoreTexts::No

Definition at line 113 of file CoreGlobals.h.

◆ None

const FText& FCoreTexts::None

Definition at line 114 of file CoreGlobals.h.

◆ True

const FText& FCoreTexts::True

Definition at line 110 of file CoreGlobals.h.

◆ Yes

const FText& FCoreTexts::Yes

Definition at line 112 of file CoreGlobals.h.


The documentation for this struct was generated from the following file: