Navigation
API > API/Plugins > API/Plugins/GeometryCache
Derived GeometryCacheTrack class, used for Transform animation.
| Name | UDEPRECATED_GeometryCacheTrack_TransformAnimation |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h |
| Include Path | #include "GeometryCacheTrackTransformAnimation.h" |
Syntax
UCLASS (MinimalAPI, CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine,
Deprecated)
class UDEPRECATED_GeometryCacheTrack_TransformAnimation : public UGeometryCacheTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGeometryCacheTrack → UDEPRECATED_GeometryCacheTrack_TransformAnimation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDEPRECATED_GeometryCacheTrack_TransformAnimation
(
const FObjectInitializer& ObjectInitializer |
GeometryCacheTrackTransformAnimation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MeshData | FGeometryCacheMeshData | GeometryCacheTrackTransformAnimation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMesh
(
const FGeometryCacheMeshData& NewMeshData |
Sets/updates the MeshData for this track | GeometryCacheTrackTransformAnimation.h |
Overridden from UGeometryCacheTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const bool UpdateMeshData
(
const float Time, |
UpdateMeshData* | GeometryCacheTrackTransformAnimation.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |
GeometryCacheTrackTransformAnimation.h |