Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UMeshComponent
- UGeometryCacheComponent
- UGeometryCacheUsdComponent
References
| Module | GeometryCacheUSD |
| Header | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheUSDComponent.h |
| Include | #include "GeometryCacheUSDComponent.h" |
Syntax
UCLASS&40;HideDropDown, ClassGroup&61;&40;Rendering&41;, Meta&61;&40;DisplayName&61;"USD Geometry Cache"&41;,
Experimental, ClassGroup&61;Experimental&41;
class UGeometryCacheUsdComponent : public UGeometryCacheComponent
Remarks
GeometryCacheUSDComponent, encapsulates a transient GeometryCache asset instance that fetches its data from a USD file and implements functionality for rendering and playback
Overridden from UPrimitiveComponent
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveSceneProxy * | Creates a proxy to represent the primitive to the scene manager in the rendering thread. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
bool bDuplicateForPIE |
Called after duplication & serialization and before PostLoad. |