Navigation
API > API/Runtime > API/Runtime/Core
| Name | TPlacementNewer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface.h |
| Include Path | #include "Delegates/DelegateInstanceInterface.h" |
Syntax
template<typename T>
struct TPlacementNewer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPlacementNewer() |
Delegates/DelegateInstanceInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TPlacementNewer() |
Delegates/DelegateInstanceInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConstructed | bool | Delegates/DelegateInstanceInterface.h | ||
| Bytes | TTypeCompatibleBytes< T > | Delegates/DelegateInstanceInterface.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * operator()
(
ArgTypes&&... Args |
Delegates/DelegateInstanceInterface.h | ||
T * operator->() |
Delegates/DelegateInstanceInterface.h |