Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaceIterator.h |
| Include | #include "Components/ComponentInterfaceIterator.h" |
Syntax
template<class T>
class TComponentInterfaceIterator
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | Index of the current element in the object array | |
| TArray< T * > | Interfaces | Resolved results for all the Results from the GetObjectsOfClass queries |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TComponentInterfaceIterator
(
EEndTagType, |
|||
TComponentInterfaceIterator
(
EObjectFlags AdditionalExclusionFlags, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Conversion to "bool" returning true if the iterator is valid. | |
| bool | operator!=
(
const TComponentInterfaceIterator& Rhs |
||
| T * | operator* () |
||
| void | operator++
(
int |
||
| void | operator++ () |
||
| bool | operator==
(
const TComponentInterfaceIterator& Rhs |
||
| T * | operator-> () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EEndTagType |