TObjectIteratorBase::TObjectIteratorBase

Constructor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectIterator.h"

Syntax

TObjectIteratorBase
(
    UClass * InClass,
    bool bOnlyGCedObjects,
    EObjectFlags AdditionalExclusionFlags,
    EInternalObjectFlags InInternalExclusionFlags
)

Remarks

Constructor

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss