![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VVMPtrVariant.h>
Public Member Functions | |
| template<typename T > | |
| TPtrVariant (T InT) | |
| template<typename T > | |
| bool | Is () |
| template<typename T > | |
| T | As () |
| bool | operator== (TPtrVariant Other) const |
| uintptr_t | RawPtr () const |
Static Public Attributes | |
| static constexpr uintptr_t | Mask = BitCeil(sizeof...(Ts)) - 1 |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |