UCurveEditorBakeFilter

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/Filters/CurveEditorBakeFilter.h

Include

#include "Filters/CurveEditorBakeFilter.h"

Syntax

class UCurveEditorBakeFilter : public UCurveEditorFilterBase

Variables

Name Description

Public variable

float

 

BakeInterval

The interval (in seconds) between baked keys. Only used if bUseSnapRateForInterval is false.

Public variable

bool

 

bUseSnapRateForInterval

If true we will use the snap rate of the Curve Editor to determine how far apart keys should be when baking.

Constructors

Name Description

Public function

UCurveEditorBakeFilter()

Overridden from UCurveEditorFilterBase

Name Description

Protected function Virtual

void

 

ApplyFilter_Impl

(
    TSharedRef< FCurveEditor > InCurveE...,
    const TMap< FCurveModelID, FKeyHand...,
    TMap< FCurveModelID, FKeyHandleSet ...
)

An implementation must override this function to implement filtering functionality.

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