Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameSet
Description
Adds the given frames associated with the given sequence to the set. Assumes this sequence (and no sequences with a larger index) are already added to the set.
| Name | AddEntry |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningFrameSet.h |
| Include Path | #include "LearningFrameSet.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningFrameSet.cpp |
void AddEntry
(
const int32 InSequence,
const TLearningArrayView< 1, const int32 > InFrames
)