unreal.GeometryCache¶
- class unreal.GeometryCache(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectA Geometry Cache is a piece/set of geometry that consists of individual Mesh/Transformation samples. In contrast with Static Meshes they can have their vertices animated in certain ways. *
C++ Source:
Plugin: GeometryCache
Module: GeometryCache
File: GeometryCache.h
Editor Properties: (see get_editor_property/set_editor_property)
asset_import_data(AssetImportData): [Read-Only] Importing data and options used for this Geometry cache objectend_frame(int32): [Read-Write]materials(Array[MaterialInterface]): [Read-Write]start_frame(int32): [Read-Write]thumbnail_info(ThumbnailInfo): [Read-Only] Information for thumbnail renderingtracks(Array[GeometryCacheTrack]): [Read-Only] GeometryCache track defining the samples/geometry data for this GeomCache instance