Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TObjectIteratorBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectIteratorBase
(
const TObjectIteratorBase& Other |
Copy Constructor | UObject/UObjectIterator.h | |
TObjectIteratorBase
(
FUObjectArray::TIterator::EEndTagType, |
Constructor | UObject/UObjectIterator.h | |
TObjectIteratorBase
(
UClass* InClass, |
Constructor | UObject/UObjectIterator.h |
TObjectIteratorBase(const TObjectIteratorBase &)
Description
Copy Constructor
| Name | TObjectIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h |
| Include Path | #include "UObject/UObjectIterator.h" |
TObjectIteratorBase
(
const TObjectIteratorBase & Other
)
TObjectIteratorBase(FUObjectArray::TIterator::EEndTagType, const TObjectIteratorBase &)
Description
Constructor
| Name | TObjectIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h |
| Include Path | #include "UObject/UObjectIterator.h" |
TObjectIteratorBase
(
FUObjectArray::TIterator::EEndTagType ,
const TObjectIteratorBase & Begin
)
Parameters
| Name | Remarks |
|---|---|
| Begin | The iterator to get the end iterator of. |
TObjectIteratorBase(UClass *, bool, EObjectFlags, EInternalObjectFlags)
Description
Constructor
| Name | TObjectIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h |
| Include Path | #include "UObject/UObjectIterator.h" |
TObjectIteratorBase
(
UClass * InClass,
bool bOnlyGCedObjects,
EObjectFlags AdditionalExclusionFlags,
EInternalObjectFlags InInternalExclusionFlags
)
Parameters
| Name | Remarks |
|---|---|
| InClass | return only object of the class or a subclass |
| bOnlyGCedObjects | if true, skip all of the permanent objects |
| AdditionalExclusionFlags | RF_* flags that should not be included in results |
| InInternalExclusionFlags | EInternalObjectFlags flagged objects that should not be included in results |