Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/DataInterfaces
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UComputeDataProvider
- UDIFleshDeformerDataProvider
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/DataInterfaces/DIFleshDeformer.h |
| Include | #include "DataInterfaces/DIFleshDeformer.h" |
Syntax
UCLASS&40;BlueprintType, EditInlineNew, Category&61;ComputeFramework&41;
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. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Implement any validation in FComputeDataProviderRenderProxy::IsValid(). |