![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementHandle.h>
Inheritance diagram for TTypedElementBase< BaseInterfaceType >:Protected Attributes | |
| BaseInterfaceType * | InterfacePtr = nullptr |
Friends | |
| bool | operator== (const TTypedElementBase &InLHS, const TTypedElementBase &InRHS) |
| bool | operator!= (const TTypedElementBase &InLHS, const TTypedElementBase &InRHS) |
| uint32 | GetTypeHash (const TTypedElementBase &InElement) |
Common implementation of TTypedElement that is inherited by all specializations.
|
default |
|
default |
|
inline |
|
inline |
|
inline |
Attempt to access the interface stored within this element, returning null if it isn't set.
|
inline |
Attempt to access the interface stored within this element, asserting if it isn't set.
|
inline |
Has this element been initialized to a valid handle and interface?
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Release this element and set it back to an empty state.
|
friend |
|
friend |
|
friend |
|
protected |