Navigation
API > API/Plugins > API/Plugins/Learning
Copied from Core/Public/Containers/ArrayView.h
Trait testing whether a type is compatible with the view type
| Name | TIsCompatibleRangeType |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include Path | #include "MultiArrayView.h" |
Syntax
template<typename RangeType, typename ElementType>
struct TIsCompatibleRangeType
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | MultiArrayView.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static decltype(auto) GetData
(
T&& Arg |
MultiArrayView.h |