Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptArrayHelper
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
int32 AddUninitializedValues
&40;
int32 Count
&41;
Remarks
Add uninitialized values to the end of the array. the index of the first newly added item.
Parameters
Name | Description |
---|---|
Count | the number of items to insert. |