Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine
Compute Framework Data Interface for reading skeletal mesh and tetrahedral mesh bindings.
| Name | UDIFleshDeformer |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/DataInterfaces/DIFleshDeformer.h |
| Include Path | #include "DataInterfaces/DIFleshDeformer.h" |
Syntax
UCLASS (Category=ComputeFramework)
class UDIFleshDeformer : public UOptimusComputeDataInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataInterface → UOptimusComputeDataInterface → UDIFleshDeformer
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDIFleshDeformer() |
DataInterfaces/DIFleshDeformer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FleshDeformerParameters | FFleshDeformerParameters | DataInterfaces/DIFleshDeformer.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ProducerComponent | TWeakObjectPtr< UDeformableTetrahedralComponent > | DataInterfaces/DIFleshDeformer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UComputeDataProvider * CreateDataProvider
(
TObjectPtr< UObject > InBinding, |
DataInterfaces/DIFleshDeformer.h | ||
TCHAR const * GetClassName() |
DataInterfaces/DIFleshDeformer.h | ||
FString GetDisplayName() |
DataInterfaces/DIFleshDeformer.h | ||
| DataInterfaces/DIFleshDeformer.h | |||
void GetPermutations
(
FComputeKernelPermutationVector& OutPermutationVector |
DataInterfaces/DIFleshDeformer.h | ||
TArray< FOptimusCDIPinDefinition > GetPinDefinitions() |
DataInterfaces/DIFleshDeformer.h | ||
TSubclassOf< UActorComponent > GetRequiredComponentClass() |
DataInterfaces/DIFleshDeformer.h | ||
void GetShaderHash
(
FString& InOutKey |
DataInterfaces/DIFleshDeformer.h | ||
void GetShaderParameters
(
TCHAR const* UID, |
DataInterfaces/DIFleshDeformer.h | ||
void GetSupportedInputs
(
TArray< FShaderFunctionDefinition >& OutFunctions |
DataInterfaces/DIFleshDeformer.h |