Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Handles animation of GroomCache
| Name | UMovieSceneGroomCacheTrack |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/MovieSceneGroomCacheTrack.h |
| Include Path | #include "MovieSceneGroomCacheTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneGroomCacheTrack :
public UMovieSceneNameableTrack ,
public IMovieSceneTrackTemplateProducer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneGroomCacheTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneGroomCacheTrack
(
const FObjectInitializer& ObjectInitializer |
MovieSceneGroomCacheTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationSections | TArray< TObjectPtr< UMovieSceneSection > > | List of all animation sections | MovieSceneGroomCacheTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * AddNewAnimation
(
FFrameNumber KeyTime, |
Adds a new animation to this track | MovieSceneGroomCacheTrack.h | |
TArray< UMovieSceneSection * > GetAnimSectionsAtTime
(
FFrameNumber Time |
Gets the animation sections at a certain time | MovieSceneGroomCacheTrack.h |
Overridden from UMovieSceneNameableTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDefaultDisplayName() |
MovieSceneGroomCacheTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
MovieSceneGroomCacheTrack.h | ||
virtual const TArray< UMovieSceneSection * > & GetAllSections() |
MovieSceneGroomCacheTrack.h | ||
virtual bool HasSection
(
const UMovieSceneSection& Section |
MovieSceneGroomCacheTrack.h | ||
virtual bool IsEmpty() |
MovieSceneGroomCacheTrack.h | ||
virtual void RemoveAllAnimationData() |
MovieSceneGroomCacheTrack.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
MovieSceneGroomCacheTrack.h |
Overridden from IMovieSceneTrackVirtualAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddSection
(
UMovieSceneSection& Section |
MovieSceneGroomCacheTrack.h | ||
virtual void RemoveSection
(
UMovieSceneSection& Section |
MovieSceneGroomCacheTrack.h | ||
virtual void RemoveSectionAt
(
int32 SectionIndex |
MovieSceneGroomCacheTrack.h |
Overridden from IMovieSceneTrackTemplateProducer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMovieSceneEvalTemplatePtr CreateTemplateForSection
(
const UMovieSceneSection& InSection |
MovieSceneGroomCacheTrack.h |