Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerDebugDataInterface.h |
Include |
#include "MLDeformerDebugDataInterface.h" |
UCLASS(Category=ComputeFramework)
class UMLDeformerDebugDataInterface : public UOptimusComputeDataInterface
Compute Framework Data Interface for MLDefomer debugging data. This interfaces to editor only data, and so will only give valid results in that context.
Name | Description | ||
---|---|---|---|
|
UComputeData... |
CreateDataProvider ( |
Name | Description | ||
---|---|---|---|
|
GetDisplayName() |
Returns the name to show on the node that will proxy this interface in the graph view. |
|
|
GetPinDefinitions() |
Returns the list of pins that will map to the shader functions provided by this data interface. |
Name | Description | ||
---|---|---|---|
|
GetHLSL ( |
Gather the shader code for this data provider. |
|
|
GetShaderParameters ( |
Gather the shader metadata exposed by the data provider payload. |
|
|
GetSourceTypes |
Get types of UObject required to instantiate a UComputeDataProvider from this interface. |
|
|
GetSupportedInputs ( |
Get the data interface functions available to fulfill external inputs of a kernel. |