Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialCompiler
- FMaterialCompiler::SparseVolumeTextureUniformParameter()
- FProxyMaterialCompiler::SparseVolumeTextureUniformParameter()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include | #include "MaterialCompiler.h" |
int32 SparseVolumeTextureUniformParameter
&40;
FName ParameterName,
int32 TextureIndex,
int32 VectorIndex,
UE::Shader::EValueType Type
&41;
Remarks
Register a uniform parameter required to be able to sample a parameterizes sparse volume texture. The code chunk index of the uniform.
Parameters
| Name | Description |
|---|---|
| ParameterName | The sparse volume texture parameter name. |
| TextureIndex | The TextureReferenceIndex. |
| VectorIndex | The index of the vector in the list of vector to bind. |
| Type | The type of the vector. |