Navigation
API > API/Plugins > API/Plugins/OptimusCore
| Name | FOptimusCDIPinDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusComputeDataInterface.h |
| Include Path | #include "OptimusComputeDataInterface.h" |
Syntax
struct FOptimusCDIPinDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOptimusCDIPinDefinition
(
const FName InPinName, |
Singleton value read/write. The context name is implied as Optimus::ContextName::Singleton. | OptimusComputeDataInterface.h | |
FOptimusCDIPinDefinition
(
const FName InPinName, |
OptimusComputeDataInterface.h | ||
| A single level context lookup. | OptimusComputeDataInterface.h | ||
| OptimusComputeDataInterface.h |
Structs
| Name | Remarks |
|---|---|
| FDimensionInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMutable | bool | OptimusComputeDataInterface.h | ||
| DataDimensions | TArray< FDimensionInfo > | List of nested data contexts. | OptimusComputeDataInterface.h | |
| DataFunctionName | FString | The name of the function that underlies the data access by the pin. | OptimusComputeDataInterface.h | |
| DisplayName | FName | Name used for display. | OptimusComputeDataInterface.h | |
| DomainMultiplier | int32 | For single-level domains, how many values per element of that dimension's range. | OptimusComputeDataInterface.h | |
| PinName | FName | The name of the pin as seen by the user. | OptimusComputeDataInterface.h |