Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FUObjectAnnotationChunked
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAnnotation GetAnnotation
(
const UObjectBase* Object |
Return the annotation associated with a uobject | UObject/UObjectAnnotation.h | |
TAnnotation GetAnnotation
(
int32 Index |
Return the annotation associated with a uobject | UObject/UObjectAnnotation.h |
GetAnnotation(const UObjectBase *)
Description
Return the annotation associated with a uobject
| Name | GetAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
TAnnotation GetAnnotation
(
const UObjectBase * Object
)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to return the annotation for |
GetAnnotation(int32)
Description
Return the annotation associated with a uobject
| Name | GetAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
TAnnotation GetAnnotation
(
int32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Index | Index of the annotation to return |