Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 SparseVolumeTexture
(
USparseVolumeTexture* Texture, |
MaterialCompiler.h | ||
int32 SparseVolumeTexture
(
USparseVolumeTexture* Texture, |
Could be called sub texture and used to support multiple texture samples from a single node? Making it clear for now and setting explicitly a USparseVolumeTexture as object. | MaterialCompiler.h |
SparseVolumeTexture(USparseVolumeTexture *, EMaterialSamplerType)
| Name | SparseVolumeTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
int32 SparseVolumeTexture
(
USparseVolumeTexture * Texture,
EMaterialSamplerType SamplerType
)
SparseVolumeTexture(USparseVolumeTexture *, int32 &, EMaterialSamplerType)
Description
Could be called sub texture and used to support multiple texture samples from a single node? Making it clear for now and setting explicitly a USparseVolumeTexture as object. Register a sparse volume texture to be sampled.
| Name | SparseVolumeTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialCompiler.h |
| Include Path | #include "MaterialCompiler.h" |
int32 SparseVolumeTexture
(
USparseVolumeTexture * Texture,
int32 & TextureReferenceIndex,
EMaterialSamplerType SamplerType
)
The code chunk index of the texture.
Parameters
| Name | Remarks |
|---|---|
| Texture | The sparse volume texture to sample. |
| TextureReferenceIndex | Output the index of the texture in the referenced textures of the material. |
| SamplerType | The sampler type |