FFixedUObjectArray::Capacity

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

int32 Capacity() const

Remarks

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

Returns

the maximum number of elements in the array

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