Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLearningArrayView< 2, const float > GetAttributeData () |
Gets a view of the complete large array of attribute data stored as (ChannelNum, TotalFrameNum) | LearningFrameAttribute.h | |
TLearningArrayView< 2, float > GetAttributeData () |
Gets a view of the complete large array of attribute data stored as (ChannelNum, TotalFrameNum) | LearningFrameAttribute.h |
GetAttributeData()
Description
Gets a view of the complete large array of attribute data stored as (ChannelNum, TotalFrameNum)
| Name | GetAttributeData |
| 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< 2, const float > GetAttributeData() const
GetAttributeData()
Description
Gets a view of the complete large array of attribute data stored as (ChannelNum, TotalFrameNum)
| Name | GetAttributeData |
| 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< 2, float > GetAttributeData()