![]() |
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 | TEnumContiguousIterator (IntType InValue) |
| TEnumContiguousIterator & | operator++ () |
| UE_FORCEINLINE_HINT EnumType | operator* () const |
Friends | |
| UE_FORCEINLINE_HINT friend bool | operator!= (const TEnumContiguousIterator &Lhs, const TEnumContiguousIterator &Rhs) |
| using NEnumRangePrivate::TEnumContiguousIterator< EnumType >::IntType = std::underlying_type_t<EnumType> |
|
inlineexplicit |
|
inline |
|
inline |
|
friend |