![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AlignedElement.h>
Public Member Functions | |
| UE_REWRITE constexpr TAlignedElement & | operator= (T &&Other) |
| UE_REWRITE constexpr TAlignedElement & | operator= (const T &Other) |
| UE_REWRITE constexpr | operator T&& () && |
| UE_REWRITE constexpr | operator const T & () const & |
| UE_REWRITE constexpr | operator T& () & |
Public Attributes | |
| T | Value |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| T UE::Core::TAlignedElement< T, Alignment >::Value |