Navigation
API > API/Editor > API/Editor/UnrealEd
Helper class to iterate over all objects that should be visible in the debugger.
| Name | FObjectsBeingDebuggedIterator |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include Path | #include "Kismet2/KismetDebugUtilities.h" |
Syntax
struct FObjectsBeingDebuggedIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectsBeingDebuggedIterator() |
Kismet2/KismetDebugUtilities.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LevelScriptActorIndex | int32 | Kismet2/KismetDebugUtilities.h | ||
| SelectedActorsIter | FSelectionIterator | Kismet2/KismetDebugUtilities.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator has not reached the last element. | Kismet2/KismetDebugUtilities.h | |
bool operator!() |
Inverse of the "bool" operator | Kismet2/KismetDebugUtilities.h | |
UObject * operator*() |
Kismet2/KismetDebugUtilities.h | ||
FObjectsBeingDebuggedIterator & operator++() |
Advances iterator to the next element in the container. | Kismet2/KismetDebugUtilities.h | |
UObject * operator->() |
Kismet2/KismetDebugUtilities.h |