FTimeStretchCurveInstance::IsValidMarkerForPosition

Validates that the supplied marker index correctly bookends supplied position.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/TimeStretchCurve.h

Include

#include "Animation/TimeStretchCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/TimeStretchCurve.cpp

Syntax

bool IsValidMarkerForPosition
(
    int32 InMarkerIndex,
    float InPosition,
    const TArray< float > & InMarkerPositions
) const

Remarks

Validates that the supplied marker index correctly bookends supplied position.

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