Navigation
API > API/Plugins > API/Plugins/Learning
Copied from Core/Public/Containers/ArrayView.h
Trait testing whether a type is reinterpretable in a way that permits use with the view type
| Name | TIsReinterpretableRangeType |
| 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 TIsReinterpretableRangeType
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NaturalElementType | std::remove_pointer_t< decltype(GetData(DeclVal< RangeType & >()))> | MultiArrayView.h |
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 |