FGeometryCacheVertexVertexFactory

Vertex factory for geometry caches.

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FVertexFactory

FGeometryCacheVertexVertexFactory

FGeomCacheVertexFactory

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeometryCacheVertexFactory.h

Include

#include "GeometryCacheVertexFactory.h"

Syntax

class FGeometryCacheVertexVertexFactory : public FVertexFactory

Remarks

Vertex factory for geometry caches. Allows specifying explicit motion blur data as previous frames or motion vectors.

Variables

Name Description

Protected variable

FDataType

 

Data

Public variable

friend

 

FGeometryCacheVertexFactoryShaderParameters

Protected variable

int32

 

MotionBlurDataStreamIndex

Protected variable

int32

 

PositionStreamIndex

Protected variable

FVertexBuffer

 

VBAlias

Vertex buffer required for creating the Vertex Declaration.

Constructors

Name Description

Public function

FGeometryCacheVertexVertexFactory

(
    ERHIFeatureLevel::Type InFeatureLev...
)

Functions

Name Description

Public function Const

void

 

CreateManualVertexFetchUniformBuffer

(
    const FVertexBuffer* PoistionB...,
    const FVertexBuffer* MotionBlu...,
    FGeometryCacheVertexFactoryUserData...
)

Public function Static

void

 

ModifyCompilationEnvironment

(
    const FVertexFactoryShaderPermutati...,
    FShaderCompilerEnvironment& OutEnv...
)

Public function

void

 

SetData

(
    const FDataType& InData
)

An implementation of the interface used by TSynchronizedResource to update the resource with new data from the game thread.

Public function Static

bool

 

ShouldCompilePermutation

(
    const FVertexFactoryShaderPermutati...
)

Public function Static

bool

 

SupportsTessellationShaders()

Overridden from FVertexFactory

Name Description

Public function Virtual Const

FVertexFacto...

 

GetType()

Overridden from FRenderResource

Name Description

Public function Virtual

void

 

InitRHI()

Initializes the RHI resources used by this resource.

Classes

Name

Description

Public struct

FDataType

Typedefs

Name

Description

Super

Constants

Name

Description

StaticType

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