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