Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/TMultiArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * GetData () |
Helper function for returning a typed pointer to the first array entry. | MultiArray.h | |
const ElementType * GetData () |
Helper function for returning a typed pointer to the first array entry. | MultiArray.h |
GetData()
Description
Helper function for returning a typed pointer to the first array entry.
| Name | GetData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
ElementType * GetData()
Pointer to first array entry or nullptr if empty
GetData()
Description
Helper function for returning a typed pointer to the first array entry.
| Name | GetData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArray.h |
| Include Path | #include "MultiArray.h" |
const ElementType * GetData() const
Pointer to first array entry or nullptr if empty