Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FStructArrayView
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
| Include | #include "StructUtils/StructArrayView.h" |
void * GetDataAt
(
const int32 Index
) const
Remarks
Helper function for returning a pointer to an element in the array. Pointer to array entry at index.
Parameters
| Name | Description |
|---|---|
| Index | Index of element, this MUST be a valid element. |