Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FFrameRangeSet
Description
Adds the given ranges 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/LearningFrameRangeSet.h |
| Include Path | #include "LearningFrameRangeSet.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningFrameRangeSet.cpp |
void AddEntry
(
const int32 InSequence,
const TLearningArrayView< 1, const int32 > InStarts,
const TLearningArrayView< 1, const int32 > InLengths
)