Navigation
API > API/Plugins > API/Plugins/GeometryCache
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGeometryCacheTrack
- UDEPRECATED_GeometryCacheTrack_TransformAnimation
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h |
| Include | #include "GeometryCacheTrackTransformAnimation.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine, Deprecated)
class UDEPRECATED_GeometryCacheTrack_TransformAnimation : public UGeometryCacheTrack
Remarks
Derived GeometryCacheTrack class, used for Transform animation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDEPRECATED_GeometryCacheTrack_TransformAnimation
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetMesh
(
const FGeometryCacheMeshData& NewMeshData |
Sets/updates the MeshData for this track |
Overridden from UGeometryCacheTrack
| Type | Name | Description | |
|---|---|---|---|
| const bool | UpdateMeshData
(
const float Time, |
UpdateMeshData* |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| 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). |