Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const float & GetChannelAttributeDataAtFrame
(
const int32 ChannelIdx, |
Gets the attribute value for a given channel and frame index | LearningFrameAttribute.h | |
float & GetChannelAttributeDataAtFrame
(
const int32 ChannelIdx, |
Gets the attribute value for a given channel and frame index | LearningFrameAttribute.h |
GetChannelAttributeDataAtFrame(const int32, const int32)
Description
Gets the attribute value for a given channel and frame index
| Name | GetChannelAttributeDataAtFrame |
| 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 |
const float & GetChannelAttributeDataAtFrame
(
const int32 ChannelIdx,
const int32 FrameIdx
) const
GetChannelAttributeDataAtFrame(const int32, const int32)
Description
Gets the attribute value for a given channel and frame index
| Name | GetChannelAttributeDataAtFrame |
| 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 |
float & GetChannelAttributeDataAtFrame
(
const int32 ChannelIdx,
const int32 FrameIdx
)