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