Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FUObjectAnnotationSparseSearchab- > API/Runtime/CoreUObject/UObject/FUObjectAnnotationSparseSearchab-/AddAnnotation
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include | #include "UObject/UObjectAnnotation.h" |
void AddAnnotation
(
const UObjectBase * Object,
const TAnnotation & Annotation
)
Remarks
Add an annotation to the annotation list. If the Annotation is the default, then the annotation is removed.
Parameters
| Name | Description |
|---|---|
| Object | Object to annotate. |
| Annotation | Annotation to associate with Object. |