Navigation
Unreal Engine C++ API Reference > Plugins > HairStrandsCore > UMovieSceneGroomCacheSection
- UMovieSceneSection::TrimSection()
- UMovieSceneGroomCacheSection::TrimSection()
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/MovieSceneGroomCacheSection.h |
Include | #include "MovieSceneGroomCacheSection.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/MovieSceneGroomCacheSection.cpp |
virtual void TrimSection
&40;
FQualifiedFrameTime TrimTime,
bool bTrimLeft,
bool bDeleteKeys
&41;
Remarks
Trim a section at the trim time
Parameters
Name | Description |
---|---|
TrimTime | The time at which to trim |
bTrimLeft | Whether to trim left or right |
bDeleteKeys | Delete keys outside the split ranges |