Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpressionTextureCollec-_1
- UMaterialExpression::Compile()
- UMaterialExpressionTextureCollection::Compile()
- UMaterialExpressionTextureCollectionParameter::Compile()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionTextureCollectionParameter.h |
| Include | #include "Materials/MaterialExpressionTextureCollectionParameter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual int32 Compile
(
class FMaterialCompiler * Compiler,
int32 OutputIndex
)
Remarks
Create the new shader code chunk needed for the Abs expression Index to the new FMaterialCompiler::CodeChunk entry for this expression
Parameters
| Name | Description |
|---|---|
| Compiler | UMaterial compiler that knows how to handle this expression. |