![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IKeyFrameManipulator.h>
Public Member Functions | |
| TKeyTimeIterator (const TKeyFrameManipulator< TimeType > &InManipulator) | |
| TKeyTimeIterator & | operator++ () |
| operator bool () const | |
| bool | operator! () const |
| bool | operator== (const TKeyTimeIterator &RHS) const |
| TimeType | operator* () const |
| FKeyHandle | GetKeyHandle () |
| int32 | GetStartIndex () const |
| int32 | GetEndIndex () const |
Friends | |
| bool | operator!= (const TKeyTimeIterator &LHS, const TKeyTimeIterator &RHS) |
| TKeyTimeIterator< TimeType > | begin (const TKeyTimeIterator< TimeType > &Iter) |
| TKeyTimeIterator< TimeType > | end (const TKeyTimeIterator< TimeType > &Iter) |
Key time iterator for TKeyFrameManipulator
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
inverse of the "bool" operator
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |