Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FUObjectAnnotationDense
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAnnotation & GetAnnotationRef
(
const UObjectBase* Object |
Return the annotation associated with a uobject | UObject/UObjectAnnotation.h | |
TAnnotation & GetAnnotationRef
(
int32 Index |
Return the annotation associated with a uobject. Adds one if the object has no annotation yet. | UObject/UObjectAnnotation.h |
GetAnnotationRef(const UObjectBase *)
Description
Return the annotation associated with a uobject
| Name | GetAnnotationRef |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
TAnnotation & GetAnnotationRef
(
const UObjectBase * Object
)
Reference to annotation.
Parameters
| Name | Remarks |
|---|---|
| Object | Object to return the annotation for |
GetAnnotationRef(int32)
Description
Return the annotation associated with a uobject. Adds one if the object has no annotation yet.
| Name | GetAnnotationRef |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
TAnnotation & GetAnnotationRef
(
int32 Index
)
Reference to the annotation.
Parameters
| Name | Remarks |
|---|---|
| Index | Index of the annotation to return |