Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTreeTypes.h |
| Include | #include "HLSLTree/HLSLTreeTypes.h" |
Syntax
struct FOperationDescription
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | Name | ||
| int8 | NumInputs | ||
| const TCHAR * | Operator | ||
| Shader::EPreshaderOpcode | PreshaderOpcode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOperationDescription
(
const TCHAR* InName, |