Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
void &42; GetDataAt
&40;
const int32 Index
&41; 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. |