UDEPRECATED_GeometryCacheTrack_FlipbookAnimation

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UGeometryCacheTrack

UDEPRECATED_GeometryCacheTrack_FlipbookAnimation

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h

Include

#include "GeometryCacheTrackFlipbookAnimation.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine, Deprecated)
class UDEPRECATED_GeometryCacheTrack_FlipbookAnimation : public UGeometryCacheTrack

Remarks

Derived GeometryCacheTrack class, used for Transform animation.

Constructors

Name Description

Public function

UDEPRECATED_GeometryCacheTrack_FlipbookAnimation

(
    const FObjectInitializer& ObjectIn...
)

Destructors

Functions

Name Description

Public function UFunction

void

 

AddMeshSample

(
    const FGeometryCacheMeshData& Mesh...,
    const float SampleTime
)

Add a GeometryCacheMeshData sample to the Track

Overridden from UGeometryCacheTrack

Name Description

Public function Virtual Const

const float

 

GetMaxSampleTime()

GetMaxSampleTime, returns the time for the last sample can be considered as the total animation length

Public function Virtual

const bool

 

UpdateMeshData

(
    const float Time,
    const bool bLooping,
    int32& InOutMeshSampleIndex,
    FGeometryCacheMeshData*& OutMe...
)

UpdateMeshData

Overridden from UObject

Name Description

Public function Virtual

void

 

BeginDestroy()

Called before destroying the object.

Public function Virtual

void

 

GetResourceSizeEx

(
    FResourceSizeEx& CumulativeResourc...
)

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss