Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD
GeometryCacheUSDComponent, encapsulates a transient GeometryCache asset instance that fetches its data from a USD file and implements functionality for rendering and playback
| Name | UGeometryCacheUsdComponent |
| Type | class |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheUSDComponent.h |
| Include Path | #include "GeometryCacheUSDComponent.h" |
Syntax
UCLASS (HideDropDown, ClassGroup=(Rendering), Meta=(DisplayName="USD Geometry Cache"),
Experimental, ClassGroup=Experimental)
class UGeometryCacheUsdComponent : public UGeometryCacheComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UMeshComponent → UGeometryCacheComponent → UGeometryCacheUsdComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Functions
Public
Overridden from UPrimitiveComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPrimitiveSceneProxy * CreateSceneProxy() |
GeometryCacheUSDComponent.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRegister() |
GeometryCacheUSDComponent.h | ||
virtual void OnUnregister() |
GeometryCacheUSDComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostDuplicate
(
bool bDuplicateForPIE |
GeometryCacheUSDComponent.h |