SetParameters

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetParameters

(
    FRHICommandList& RHICmdList,
    TRHIShader* ShaderRHI,
    const FMaterialRenderProxy* Ma...,
    const FMaterial& Material,
    const FSceneView& View,
    const TUniformBufferRef< FViewUnifo...,
    ESceneTextureSetupMode SceneTexture...
)

Sets pixel parameters that are material specific but not FMeshBatch specific.

Public function

void

 

SetParameters

(
    FRHICommandList& RHICmdList,
    TRHIShader* ShaderRHI,
    const FMaterialRenderProxy* Ma...,
    const FMaterial& Material,
    const FViewInfo& View,
    const TUniformBufferRef< FViewUnifo...,
    ESceneTextureSetupMode SceneTexture...
)

Like SetParameters above, but takes a FViewInfo rather than FSceneView, which allows additional per-view parameters to be set

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