![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EnumRange.h>
Public Types | |
| using | IntType = std::underlying_type_t< EnumType > |
Public Member Functions | |
| UE_FORCEINLINE_HINT | TIterator (EnumType InFlags) |
| TIterator & | operator++ () |
| EnumType | operator* () const |
Friends | |
| UE_FORCEINLINE_HINT friend bool | operator!= (const TIterator &Lhs, const TIterator &Rhs) |
| using UE::EnumFlags::Private::TIterator< EnumType >::IntType = std::underlying_type_t<EnumType> |
|
inlineexplicit |
|
inline |
|
inline |
|
friend |