#include <UObjectAnnotation.h>
FUObjectAnnotationSparseBool is a specialization of FUObjectAnnotationSparse for bools, slow, temporary, editor only, external or other low priority bools about UObjects.
◆ 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 |
◆ Num()
◆ Reserve()
Reserves memory for the annotation map for the specified number of elements, used to avoid reallocations.
◆ 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: