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" |
uint8 &42; GetRawPtr
&40;
int32 Index
&41;
Remarks
Returns a uint8 pointer to an element in the array Pointer to this element, or NULL if the array is empty
Parameters
| Name | Description |
|---|---|
| Index | index of the item to return a pointer to. |