BuildResourceTableMapping

Overload list

Unreal Engine C++ API Reference > Developer > ShaderCompilerCommon

Type Name Description
bool BuildResourceTableMapping ( const FShaderResourceTableMap& Res..., const TMap< FString, FUniformBuffer..., TBitArray<>& UsedUniformBufferSlot..., FShaderParameterMap& ParameterMap, FShaderCompilerResourceTable& OutS... ) This function looks for resources specified in ResourceTableMap in the parameter map, adds them to the resource table, and removes them from the parameter map.
PRAGMA_DISAB... BuildResourceTableMapping ( const TMap< FString, FResourceTable..., const TMap< FString, FUniformBuffer..., TBitArray<>& UsedUniformBufferSlot..., FShaderParameterMap& ParameterMap, FShaderCompilerResourceTable& OutS... ) No longer supported; use version of function that accepts a FShaderResourceTableMap instead

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page