Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UMeshComponent
- UGeometryCacheComponent
- UGeometryCacheAbcFileComponent
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileComponent.h |
| Include | #include "GeometryCacheAbcFileComponent.h" |
Syntax
UCLASS&40;ClassGroup&61;&40;Rendering&41;,
Meta&61;&40;BlueprintSpawnableComponent, DisplayName&61;"Geometry Cache Alembic File"&41;,
Experimental, ClassGroup&61;Experimental&41;
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 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 | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |