Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/DataInterfaces
Inheritance Hierarchy
- UObject
- UComputeDataProvider
- UDIFleshDeformerDataProvider
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/DataInterfaces/DIFleshDeformer.h |
| Include | #include "DataInterfaces/DIFleshDeformer.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, Category=ComputeFramework)
class UDIFleshDeformerDataProvider : public UComputeDataProvider
Remarks
Compute Framework Data Provider for reading skeletal mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFleshDeformerParameters | FleshDeformerParameters | ||
| TObjectPtr< UDeformableTetrahedralComponent > | FleshMesh | ||
| TObjectPtr< USkinnedMeshComponent > | SkinnedMesh | ||
| TObjectPtr< UStaticMeshComponent > | StaticMesh |
Overridden from UComputeDataProvider
| Type | Name | Description | |
|---|---|---|---|
| FComputeDataProviderRenderProxy * | Get an associated render thread proxy object. | ||
| bool | IsValid () |
Return false if the provider has not been fully initialized. |