Navigation
API > API/Plugins > API/Plugins/GeometryCache
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGeometryCacheTrack
- UDEPRECATED_GeometryCacheTrack_FlipbookAnimation
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h |
| Include | #include "GeometryCacheTrackFlipbookAnimation.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine, Deprecated)
class UDEPRECATED_GeometryCacheTrack_FlipbookAnimation : public UGeometryCacheTrack
Remarks
Derived GeometryCacheTrack class, used for Transform animation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDEPRECATED_GeometryCacheTrack_FlipbookAnimation
(
const FObjectInitializer& ObjectInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddMeshSample
(
const FGeometryCacheMeshData& MeshData, |
Add a GeometryCacheMeshData sample to the Track |
Overridden from UGeometryCacheTrack
| Type | Name | Description | |
|---|---|---|---|
| const float | GetMaxSampleTime, returns the time for the last sample Not the same as the animation length since it might not start at time 0 | ||
| const bool | UpdateMeshData
(
const float Time, |
UpdateMeshData* |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. | |
| void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |
Get the size of the object/resource for use in memory tools or to display to artists/LDs in the Editor This is the extended version which separates up the used memory into different memory regions (the actual definition of which may be platform specific). |