Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLearningArrayView< 1, const float > GetChannelAttributeData
(
const int32 ChannelIdx |
Gets a view of the complete attribute data for a single channel | LearningFrameAttribute.h | |
TLearningArrayView< 1, float > GetChannelAttributeData
(
const int32 ChannelIdx |
Gets a view of the complete attribute data for a single channel | LearningFrameAttribute.h |
GetChannelAttributeData(const int32)
Description
Gets a view of the complete attribute data for a single channel
| Name | GetChannelAttributeData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFrameAttribute.h |
| Include Path | #include "LearningFrameAttribute.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningFrameAttribute.cpp |
TLearningArrayView< 1, const float > GetChannelAttributeData
(
const int32 ChannelIdx
) const
GetChannelAttributeData(const int32)
Description
Gets a view of the complete attribute data for a single channel
| Name | GetChannelAttributeData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFrameAttribute.h |
| Include Path | #include "LearningFrameAttribute.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningFrameAttribute.cpp |
TLearningArrayView< 1, float > GetChannelAttributeData
(
const int32 ChannelIdx
)