Navigation
API > API/Plugins > API/Plugins/GeometryCache
Derived GeometryCacheTrack class, used for Transform animation.
| Name | UDEPRECATED_GeometryCacheTrack_FlipbookAnimation |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h |
| Include Path | #include "GeometryCacheTrackFlipbookAnimation.h" |
Syntax
UCLASS (MinimalAPI, CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine,
Deprecated)
class UDEPRECATED_GeometryCacheTrack_FlipbookAnimation : public UGeometryCacheTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGeometryCacheTrack → UDEPRECATED_GeometryCacheTrack_FlipbookAnimation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDEPRECATED_GeometryCacheTrack_FlipbookAnimation
(
const FObjectInitializer& ObjectInitializer |
GeometryCacheTrackFlipbookAnimation.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDEPRECATED_GeometryCacheTrack_FlipbookAnimation() |
GeometryCacheTrackFlipbookAnimation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MeshSamples | TArray< FGeometryCacheMeshData > | Stored data for each Mesh sample | GeometryCacheTrackFlipbookAnimation.h | |
| MeshSampleTimes | TArray< float > | GeometryCacheTrackFlipbookAnimation.h | ||
| NumMeshSamples | uint32 | Number of Mesh Sample within this track | GeometryCacheTrackFlipbookAnimation.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMeshSample
(
const FGeometryCacheMeshData& MeshData, |
Add a GeometryCacheMeshData sample to the Track | GeometryCacheTrackFlipbookAnimation.h |
Overridden from UGeometryCacheTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const float GetMaxSampleTime() |
GetMaxSampleTime, returns the time for the last sample Not the same as the animation length since it might not start at time 0 | GeometryCacheTrackFlipbookAnimation.h | |
virtual const bool UpdateMeshData
(
const float Time, |
UpdateMeshData* | GeometryCacheTrackFlipbookAnimation.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
GeometryCacheTrackFlipbookAnimation.h | ||
virtual void GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |
GeometryCacheTrackFlipbookAnimation.h |