Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionCustomPrimitiveDataFunction
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialHLSLTree.h |
| Include | #include "MaterialHLSLTree.h" |
Syntax
class FExpressionCustomPrimitiveDataFunction : public UE::HLSLTree::FExpression
Remarks
Expression for a single float at Index from CustomPrimitiveData, out of range returns 0.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const uint8 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionCustomPrimitiveDataFunction
(
uint8 InIndex |
Overridden from FExpression
| Type | Name | Description | |
|---|---|---|---|
| void | EmitValueShader
(
FEmitContext& Context, |
Emit HLSL shader code representing this expression | |
| bool | PrepareValue
(
FEmitContext& Context, |
Computes a FPreparedType for this expression, given a FRequestedType. |