Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
Include |
#include "UObject/UObjectAnnotation.h" |
TAnnotation & AddOrGetAnnotation
(
int32 Index,
TFunctionRef< TAnnotation()> NewAnnotationFn
)
Add an annotation to the annotation list. If the Annotation is the default, then the annotation is removed.
Parameter |
Description |
---|---|
Index |
Index of object to annotate. |
Annotation |
Annotation to associate with Object. |