MovieScene::Optimize

Optimize the specified channel by removing any redundant keys

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h

Include

#include "Channels/MovieSceneChannelTraits.h"

Syntax

namespace MovieScene
{
    template<typename ChannelType>
    void MovieScene::Optimize
    (
        ChannelType * InChannel,
        const FKeyDataOptimizationParams & Params
    )
}

Remarks

Optimize the specified channel by removing any redundant keys

Parameters

Parameter

Description

InChannel

The channel to optimize

Params

Optimization parameters

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