TKeyTimeIterator

Key time iterator for [TKeyFrameManipulator](API\Runtime\Engine\Curves\TKeyFrameManipulator)

Windows
MacOS
Linux

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

Name Description

Public function

TKeyTimeIterator

(
    const TKeyFrameManipulator< TimeTyp...
)

Functions

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function Const

TimeType

 

operator*()

Public function

TKeyTimeIter...

 

operator++()

Public function Const

bool

 

operator==

(
    const TKeyTimeIterator& RHS
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss