Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCoreTexts
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCoreTexts
(
const FCoreTexts& |
Non-copyable. | CoreGlobals.h | |
| CoreGlobals.h |
FCoreTexts(const FCoreTexts &)
Description
Non-copyable.
| Name | FCoreTexts |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
FCoreTexts
(
const FCoreTexts &
)
FCoreTexts(const FText &, const FText &, const FText &, const FText &, const FText &)
| Name | FCoreTexts |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
FCoreTexts
(
const FText & InTrue,
const FText & InFalse,
const FText & InYes,
const FText & InNo,
const FText & InNone
)