Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionTextureSampleParameter2DArray |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionTextureSampleParameter2DArray.h |
| Include Path | #include "Materials/MaterialExpressionTextureSampleParameter2DArray.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionTextureSampleParameter2DArray : public UMaterialExpressionTextureSampleParameter
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionTextureBase → UMaterialExpressionTextureSample → UMaterialExpressionTextureSampleParameter → UMaterialExpressionTextureSampleParameter2DArray
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TCHAR * GetRequirements() |
Materials/MaterialExpressionTextureSampleParameter2DArray.h |
Overridden from UMaterialExpressionTextureSampleParameter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Return true if the texture is a movie texture | Materials/MaterialExpressionTextureSampleParameter2DArray.h |
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Build
(
MIR::FEmitter& Emitter |
Builds this expression's material IR. | Materials/MaterialExpressionTextureSampleParameter2DArray.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionTextureSampleParameter2DArray.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionTextureSampleParameter2DArray.h | ||
virtual bool IsAllowedIn
(
const UObject* MaterialOrFunction |
Returns whether the creation of this expression is allowed in a given material or material function | Materials/MaterialExpressionTextureSampleParameter2DArray.h |