![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementHandle.h>
Inheritance diagram for FTypedElementHandle:Friends | |
| bool | operator== (const FTypedElementHandle &InLHS, const FTypedElementHandle &InRHS) |
| bool | operator!= (const FTypedElementHandle &InLHS, const FTypedElementHandle &InRHS) |
| uint32 | GetTypeHash (const FTypedElementHandle &InElementHandle) |
A representation of an element that includes its handle data. This type is the most standard way that an element is passed through to interfaces, and also the type that is stored in element lists. C++ code may choose to use TTypedElement instead, which is a combination of an element handle and its associated element interface.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Acquire a copy of the ID that this element represents.
|
inline |
Attempt to access the data stored within this handle as the given type, returning null if it isn't possible and logging an access error for scripting.
|
inline |
Attempt to access the data stored within this handle as the given type, asserting if it isn't possible.
|
inline |
Get the ID that this element represents.
Test to see whether the data stored within this handle is of the given type.
|
inline |
Has this handle been initialized to a valid element?
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Release this handle and set it back to an empty state.
|
inline |
Release a copy of the ID that this element represents.
|
friend |
|
friend |
|
friend |