Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Type
typedef TObjectIteratorBase < EObjectIteratorThreadSafetyOptions::None > FUnsafeObjectIterator
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h |
| Include | #include "UObject/UObjectIterator.h" |
Remarks
Class for iterating through all objects, including class default objects. Note that when Playing In Editor, this will find objects in the editor as well as the PIE world, in an indeterminate order. This iterator does not lock the gloabl FUObjectArray when iterating over it which may result in race conditions.