Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptArrayHelper
Description
Return the number of elements in the array without validating the state of the array. Needed to allow reading of the num when the array is 'invalid' during its intrusive unset state.
| Name | NumUnchecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
int32 NumUnchecked() const
The number of elements in the array.