![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PropertyIterator.h>
Public Member Functions | |
| TPropertyIterator () | |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| void | operator++ () |
| T * | operator* () |
| T * | operator-> () |
| const UStruct * | GetStruct () |
Protected Member Functions | |
| void | IterateToNext () |
Friends | |
| bool | operator== (const TPropertyIterator< T > &Lhs, const TPropertyIterator< T > &Rhs) |
| bool | operator!= (const TPropertyIterator< T > &Lhs, const TPropertyIterator< T > &Rhs) |
Iterates over all structs and their properties
|
inline |
|
inline |
|
inlineprotected |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |