TPropertyIterator

Iterates over all structs and their properties

Windows
MacOS
Linux

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

Name Description

Public function

TPropertyIterator()

Functions

Name Description

Public function

const UStruc...

 

GetStruct()

Protected function

void

 

IterateToNext()

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function

T *

 

operator*()

Public function

void

 

operator++()

Public function

T *

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss