#include <UObjectAnnotation.h>
FUObjectAnnotationDenseBool is custom annotation that tracks a bool per UObject.
◆ ~FUObjectAnnotationDenseBool()
| virtual FUObjectAnnotationDenseBool::~FUObjectAnnotationDenseBool |
( |
| ) |
|
|
inlinevirtual |
Destructor, removes all annotations, which removes the annotation as a uobject destruction listener
◆ Clear()
Removes an annotation from the annotation list.
- Parameters
-
| Object | Object to de-annotate. |
◆ ClearAll()
Removes all bool annotations
◆ Get()
Return the bool annotation associated with a uobject
- Parameters
-
| Object | Object to return the bool annotation for |
◆ GetAllocatedSize()
| virtual SIZE_T FUObjectAnnotationDenseBool::GetAllocatedSize |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ NotifyUObjectDeleted()
Interface for FUObjectAllocator::FUObjectDeleteListener
- Parameters
-
| Object | object that has been destroyed |
| Index | index of object that is being deleted |
◆ OnUObjectArrayShutdown()
| virtual void FUObjectAnnotationDenseBool::OnUObjectArrayShutdown |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Set()
Sets this bool annotation to true for this object
- Parameters
-
| Object | Object to annotate. |
The documentation for this class was generated from the following file: