UMovieSceneGeometryCacheTrack::RemoveSectionAt

Removes a section from this track at a particular index

Windows
MacOS
Linux

Override Hierarchy

UMovieSceneTrack::RemoveSectionAt()

UMovieSceneGeometryCacheTrack::RemoveSectionAt()

References

Module

GeometryCacheTracks

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheTrack.h

Include

#include "MovieSceneGeometryCacheTrack.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheTracks/Private/MovieSceneGeometryCacheTrack.cpp

Syntax

virtual void RemoveSectionAt
(
    int32 SectionIndex
)

Remarks

Removes a section from this track at a particular index

Parameters

Parameter

Description

SectionIndex

The section index to remove.

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