Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Movie scene section that control GroomCache playback
| Name | UMovieSceneGroomCacheSection |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/MovieSceneGroomCacheSection.h |
| Include Path | #include "MovieSceneGroomCacheSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneGroomCacheSection : public UMovieSceneSection
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneGroomCacheSection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneGroomCacheSection
(
const FObjectInitializer& ObjectInitializer |
MovieSceneGroomCacheSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Params | FMovieSceneGroomCacheParams | MovieSceneGroomCacheSection.h |
|
|
| PreviousPlayRate | float | MovieSceneGroomCacheSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float MapTimeToAnimation
(
float ComponentDuration, |
Get Frame Time as Animation Time | MovieSceneGroomCacheSection.h |
Protected
Overridden from UMovieSceneSection
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< TRange< FFrameNumber > > GetAutoSizeRange() |
MovieSceneGroomCacheSection.h | ||
virtual TOptional< FFrameTime > GetOffsetTime() |
MovieSceneGroomCacheSection.h | ||
virtual void GetSnapTimes
(
TArray< FFrameNumber >& OutSnapTimes, |
MovieSceneGroomCacheSection.h | ||
virtual UMovieSceneSection * SplitSection
(
FQualifiedFrameTime SplitTime, |
MovieSceneGroomCacheSection.h | ||
virtual void TrimSection
(
FQualifiedFrameTime TrimTime, |
MovieSceneGroomCacheSection.h |