Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/ShaderPrintParameters.h |
| Include | #include "ShaderPrintParameters.h" |
Syntax
class FShaderPrintCommonParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| TShaderParameterTypeInfo< FIntPoint >::TAlignedType | CursorCoord | ||
| TShaderParameterTypeInfo< FVector2f >::TAlignedType | FontSize | ||
| TShaderParameterTypeInfo< FVector2f >::TAlignedType | FontSpacing | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | MaxLineCount | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | MaxStateCount | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | MaxSymbolCount | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | MaxTriangleCount | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | MaxValueCount | ||
| TShaderParameterTypeInfo< FIntPoint >::TAlignedType | Resolution | ||
| TShaderParameterTypeInfo< FVector3f >::TAlignedType | TranslatedWorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniformBufferRHIRef | CreateUniformBuffer
(
const FShaderPrintCommonParameters& InContents, |
||
| const FShaderParametersMetadata * | |||
| TArray< FShaderParametersMetadata::FMember > | zzGetMembers () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FTypeInfo |