IKeyFrameManipulator::FindKey

Attempt to find a key using a custom predicate

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Curves/IKeyFrameManipulator.h

Include

#include "Curves/IKeyFrameManipulator.h"

Syntax

TOptional< FKeyHandle > FindKey
(
    TimeTypeRef KeyTime,
    TimeTypeRef KeyTimeTolerance
) const

Remarks

Attempt to find a key using a custom predicate

Returns

The key's handle if found, or an empty container if not

Parameters

Parameter

Description

InPredicate

Predicate function to use when searching

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