Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FUObjectAnnotationChunked > API/Runtime/CoreUObject/UObject/FUObjectAnnotationChunked/AddAnnotation
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
Include | #include "UObject/UObjectAnnotation.h" |
void AddAnnotation
&40;
const UObjectBase &42; Object,
const TAnnotation & Annotation
&41;
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. |