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