Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementHandle.h |
Include |
#include "Elements/Framework/TypedElementHandle.h" |
template<typename BaseInterfaceType>
struct TTypedElementBase : public FTypedElementHandle
Common implementation of TTypedElement that is inherited by all specializations.
Name | Description | ||
---|---|---|---|
|
BaseInterfaceTy... |
InterfacePtr |
Name | Description | |
---|---|---|
|
TTypedElementBase() |
|
|
TTypedElementBase ( |
|
|
TTypedElementBase ( |
Name | Description | |
---|---|---|
|
~TTypedElementBase() |
Name | Description | ||
---|---|---|---|
|
BaseInterfac... |
GetInterface() |
Attempt to access the interface stored within this element, returning null if it isn't set. |
|
U & |
GetInterfaceChecked() |
Attempt to access the interface stored within this element, asserting if it isn't set. |
|
IsSet() |
Has this element been initialized to a valid handle and interface? |
|
|
Private_DestroyNoRef() |
||
|
Private_DestroyReleaseRef() |
||
|
Private_InitializeAddRef ( |
||
|
Private_InitializeNoRef ( |
||
|
Release() |
Release this element and set it back to an empty state. |
Name | Description | ||
---|---|---|---|
|
operator bool() |
||
|
TTypedElemen... |
operator= ( |
|
|
TTypedElemen... |
operator= ( |