Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptArrayHelper
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
int32 AddValues
(
int32 Count
)
Remarks
Add blank, constructed 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. |