FUObjectAnnotationChunked::GetAnnotationCount

Return the number of elements in the array Thread safe, but you know, someone might have added more elements before this even returns

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectAnnotation.h"

Syntax

int32 GetAnnotationCount() const

Remarks

Return the number of elements in the array Thread safe, but you know, someone might have added more elements before this even returns

Returns

the number of elements in the array