Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLearningArrayView< 1, const float > GetChannelEntryRangeAttributeData
(
const int32 ChannelIdx, |
Gets the attribute data associated with a single channel, and range | LearningFrameAttribute.h | |
TLearningArrayView< 1, float > GetChannelEntryRangeAttributeData
(
const int32 ChannelIdx, |
Gets the attribute data associated with a single channel, and range | LearningFrameAttribute.h |
GetChannelEntryRangeAttributeData(const int32, const int32, const int32)
Description
Gets the attribute data associated with a single channel, and range
| Name | GetChannelEntryRangeAttributeData |
| 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 > GetChannelEntryRangeAttributeData
(
const int32 ChannelIdx,
const int32 EntryIdx,
const int32 RangeIdx
) const
GetChannelEntryRangeAttributeData(const int32, const int32, const int32)
Description
Gets the attribute data associated with a single channel, and range
| Name | GetChannelEntryRangeAttributeData |
| 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 > GetChannelEntryRangeAttributeData
(
const int32 ChannelIdx,
const int32 EntryIdx,
const int32 RangeIdx
)