![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ComponentInterfaceIterator.h>
Public Types | |
| enum | EEndTagType { EndTag } |
Public Member Functions | |
| TComponentInterfaceIterator (EObjectFlags AdditionalExclusionFlags=RF_ClassDefaultObject, bool bIncludeDerivedClasses=true, EInternalObjectFlags InInternalExclusionFlags=EInternalObjectFlags::None) | |
| TComponentInterfaceIterator (EEndTagType, const TComponentInterfaceIterator< T > &InIter) | |
| void | operator++ (int) |
| void | operator++ () |
| operator bool () const | |
| bool | operator! () const |
| T * | operator* () const |
| T * | operator-> () const |
| bool | operator== (const TComponentInterfaceIterator &Rhs) const |
| bool | operator!= (const TComponentInterfaceIterator &Rhs) const |
Protected Attributes | |
| TArray< T * > | Interfaces |
| int32 | Index |
| enum TComponentInterfaceIterator::EEndTagType |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
Conversion to "bool" returning true if the iterator is valid.
|
inline |
Conversion to "bool" returning true if the iterator is valid.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
index of the current element in the object array
|
protected |
Resolved results for all the Results from the GetObjectsOfClass queries