Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateControlledConstruction |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SlateControlledConstruction.h |
| Include Path | #include "Widgets/SlateControlledConstruction.h" |
Syntax
class FSlateControlledConstruction
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/SlateControlledConstruction.h | |||
FSlateControlledConstruction
(
const FSlateControlledConstruction& Other |
UI objects cannot be copy-constructed | Widgets/SlateControlledConstruction.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSlateControlledConstruction() |
Widgets/SlateControlledConstruction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateWidgetClassData & GetWidgetClass() |
Widgets/SlateControlledConstruction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSlateWidgetClassData & StaticWidgetClass() |
Widgets/SlateControlledConstruction.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* mem |
Widgets/SlateControlledConstruction.h | ||
void * operator new
(
const size_t InSize |
Widgets should only ever be constructed via SNew or SAssignNew | Widgets/SlateControlledConstruction.h | |
void * operator new
(
const size_t InSize, |
Widgets should only ever be constructed via SNew or SAssignNew | Widgets/SlateControlledConstruction.h | |
void operator=
(
const FSlateControlledConstruction& Other |
UI objects cannot be copied. | Widgets/SlateControlledConstruction.h |