FStreamOutElement

RHI representation of a single stream out element.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Syntax

struct FStreamOutElement

Remarks

RHI representation of a single stream out element.

Variables

Name Description

Public variable

uint8

 

ComponentCount

Number of components of the shader output element to stream out.

Public variable

uint8

 

OutputSlot

Stream output target slot, corresponding to the streams set by RHISetStreamOutTargets.

Public variable

uint32

 

SemanticIndex

Semantic index of the output element as defined in the geometry shader.

Public variable

const ANSICHAR ...

 

SemanticName

Semantic name of the output element as defined in the geometry shader.

Public variable

uint8

 

StartComponent

Start component index of the shader output element to stream out.

Public variable

uint32

 

Stream

Index of the output stream from the geometry shader.

Constructors

Name Description

Public function

FStreamOutElement()

Public function

FStreamOutElement

(
    uint32 InStream,
    const ANSICHAR* InSemanticName,
    uint32 InSemanticIndex,
    uint8 InComponentCount,
    uint8 InOutputSlot
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss