Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h |
Include | #include "Channels/MovieSceneChannelTraits.h" |
namespace UE
{
namespace MovieScene
{
template<typename ChannelType>
void UE&58;&58;MovieScene&58;&58;Optimize
&40;
ChannelType &42; InChannel,
const FKeyDataOptimizationParams & Params
&41;
}
}
Remarks
Optimize the specified channel by removing any redundant keys
Parameters
Name | Description |
---|---|
InChannel | The channel to optimize |
Params | Optimization parameters |