Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTreeEmit.h |
| Include | #include "HLSLTree/HLSLTreeEmit.h" |
Syntax
struct FConnectionKey
Remarks
Used to associate owner objects (such as UMaterialExpression) with the FExpressions used to generate their input This is currently only used to color pins/wires based on types in the material editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UObject * | InputObject | ||
| const FExpression * | OutputExpression |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConnectionKey
(
const UObject* InInputObject, |