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 FFormatArgVariant
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::HLSLTree::FFormatArgVariant::@2443 | @2444 | ||
| bool | Bool | ||
| float | Float | ||
| int32 | Int | ||
| FEmitShaderExpression * | ShaderValue | ||
| const TCHAR * | String | ||
| EFormatArgType | Type | ||
| uint32 | Uint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFormatArgVariant
(
FEmitShaderExpression* InValue |
|||
FFormatArgVariant
(
const TCHAR* InValue |
|||
FFormatArgVariant
(
int32 InValue |
|||
FFormatArgVariant
(
uint32 InValue |
|||
FFormatArgVariant
(
float InValue |
|||
FFormatArgVariant
(
bool InValue |