Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusExecutionDomain.h |
| Include | #include "OptimusExecutionDomain.h" |
Syntax
USTRUCT ()
struct FOptimusExecutionDomain
Remarks
A struct to hold onto a single-level domain for controlling a kernel's execution domain. The reason it's in a struct is so that we can apply a property panel customization for it to make it easier to select from a pre-defined list of execution domains.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOptimusExecutionDomain
(
FName InExecutionDomainName |
|||
FOptimusExecutionDomain
(
const FString& InExpression |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | AsExpression () |
||
| bool | IsDefined () |