FUObjectAnnotationSparseSearchable::Find

Find the [UObject](API\Runtime\CoreUObject\UObject\UObject) associated with a given annotation

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h

Include

#include "UObject/UObjectAnnotation.h"

Syntax

UObject * Find
(
    const TAnnotation & Annotation
)

Remarks

Find the UObject associated with a given annotation

Returns

Object associated with this annotation or NULL if none found

Parameters

Parameter

Description

Annotation

Annotation to find

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss