Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateControlledConstruction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
operator new(const size_t)
Description
Widgets should only ever be constructed via SNew or SAssignNew
| Name | operator new |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SlateControlledConstruction.h |
| Include Path | #include "Widgets/SlateControlledConstruction.h" |
void * operator new
(
const size_t InSize
)
operator new(const size_t, void *)
Description
Widgets should only ever be constructed via SNew or SAssignNew
| Name | operator new |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SlateControlledConstruction.h |
| Include Path | #include "Widgets/SlateControlledConstruction.h" |
void * operator new
(
const size_t InSize,
void * Addr
)