Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLearningArrayView< 1, const float > GetChannelRangeAttributeData
(
const int32 ChannelIdx, |
Gets the attribute data associated with range offset and length | LearningFrameAttribute.h | |
TLearningArrayView< 1, float > GetChannelRangeAttributeData
(
const int32 ChannelIdx, |
Gets the attribute data associated with range offset and length | LearningFrameAttribute.h |
GetChannelRangeAttributeData(const int32, const int32, const int32)
Description
Gets the attribute data associated with range offset and length
| Name | GetChannelRangeAttributeData |
| 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 > GetChannelRangeAttributeData
(
const int32 ChannelIdx,
const int32 RangeOffset,
const int32 RangeLength
) const
GetChannelRangeAttributeData(const int32, const int32, const int32)
Description
Gets the attribute data associated with range offset and length
| Name | GetChannelRangeAttributeData |
| 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 > GetChannelRangeAttributeData
(
const int32 ChannelIdx,
const int32 RangeOffset,
const int32 RangeLength
)