Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FUObjectAnnotationChunked
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveAnnotation
(
const UObjectBase* Object |
Removes an annotation from the annotation list. | UObject/UObjectAnnotation.h | |
void RemoveAnnotation
(
int32 Index |
Removes an annotation from the annotation list. | UObject/UObjectAnnotation.h |
RemoveAnnotation(const UObjectBase *)
Description
Removes an annotation from the annotation list.
| Name | RemoveAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
void RemoveAnnotation
(
const UObjectBase * Object
)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to de-annotate. |
RemoveAnnotation(int32)
Description
Removes an annotation from the annotation list.
| Name | RemoveAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
void RemoveAnnotation
(
int32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to de-annotate. |