Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyIterator.h |
Include | #include "UObject/PropertyIterator.h" |
Syntax
template<class T>
class TPropertyIterator
Remarks
Iterates over all structs and their properties
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Conversion to "bool" returning true if the iterator is valid. | ||
![]() ![]() |
bool | operator! () |
Inverse of the "bool" operator |
![]() |
T * | operator* () |
|
![]() |
void | operator++ () |
|
![]() |
T * | operator-> () |