MovieSceneToolHelpers::TrimSection

Trim section at the given time

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static void TrimSection
(
    const TSet< TWeakObjectPtr< UMovieSceneSection >> & Sections,
    FQualifiedFrameTime Time,
    bool bTrimLeft,
    bool bDeleteKeys
)

Remarks

Trim section at the given time

Parameters

Parameter

Description

Sections

The sections to trim

Time

The time at which to trim

bTrimLeft

Trim left or trim right

bDeleteKeys

Delete keys outside the split ranges

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