Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile
Inheritance Hierarchy
- UMeshComponent
- UGeometryCacheComponent
- UGeometryCacheAbcFileComponent
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileComponent.h |
| Include | #include "GeometryCacheAbcFileComponent.h" |
Syntax
UCLASS (ClassGroup=(Rendering),
Meta=(BlueprintSpawnableComponent, DisplayName="Geometry Cache Alembic File"),
Experimental, ClassGroup=Experimental)
class UGeometryCacheAbcFileComponent : public UGeometryCacheComponent
Remarks
GeometryCacheAbcFileComponent, encapsulates a transient GeometryCache asset instance that fetches its data from an Alembic file and implements functionality for rendering and playback
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UAbcImportSettings > | AbcSettings | ||
| FFilePath | AlembicFilePath | ||
| FAbcConversionSettings | ConversionSettings | ||
| FAbcGeometryCacheSettings | GeometryCacheSettings | ||
| FAbcMaterialSettings | MaterialSettings | ||
| FAbcNormalGenerationSettings | NormalGenerationSettings | ||
| FAbcSamplingSettings | SamplingSettings |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
Overridden from UGeometryCacheComponent
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveSceneProxy * | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |