TFieldIterator

For iterating through a linked list of fields.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

template<class T>
class TFieldIterator

Remarks

For iterating through a linked list of fields.

Constructors

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 Const

const 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