Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScriptArrayHelper
Description
Returns a uint8 pointer to an element in the array. This call is identical to GetRawPtr and is here to provide interface parity with FScriptSetHelper*.
| Name | GetElementPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * GetElementPtr
(
int32 Index
)
Pointer to this element, or NULL if the array is empty
Parameters
| Name | Remarks |
|---|---|
| Index | index of the item to return a pointer to. |