Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TObjectArrayIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectArrayIterator
(
TArray< TObjectClass* >& InArray, |
Sample code TArray |
UObject/UObjectGlobals.h | |
TObjectArrayIterator
(
TArray< TObjectClass* >& InArray, |
UObject/UObjectGlobals.h |
TObjectArrayIterator(TArray< TObjectClass > &, UClass , EFindObjectFlags)
Description
Sample code TArray
| Name | TObjectArrayIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
TObjectArrayIterator
(
TArray < TObjectClass * > & InArray,
UClass * InClassToCheck,
EFindObjectFlags InFlags
)
Parameters
| Name | Remarks |
|---|---|
| InArray | the array to iterate on |
| InClass | if non-null, will only iterate on items IsA this class |
| InbExactClass | if true, will only iterate on exact matches |
TObjectArrayIterator(TArray< TObjectClass > &, UClass , ExactClassType)
| Name | TObjectArrayIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
template<UE::CSameAs< bool > ExactClassType>
TObjectArrayIterator
(
TArray < TObjectClass * > & InArray,
UClass * InClassToCheck,
ExactClassType bInExactClass
)