Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Curves/IKeyFrameManipulator.h |
| Include | #include "Curves/IKeyFrameManipulator.h" |
Syntax
template<typename TimeType>
struct TKeyTimeIterator
Remarks
Key time iterator for TKeyFrameManipulator
Constructors
| Type | Name | Description | |
|---|---|---|---|
TKeyTimeIterator
(
const TKeyFrameManipulator< TimeType >& InManipulator |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetEndIndex () |
||
| FKeyHandle | GetKeyHandle () |
||
| int32 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| TimeType | operator* () |
||
| TKeyTimeIterator & | operator++ () |
||
| bool | operator==
(
const TKeyTimeIterator& RHS |