Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionBounds |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionBounds.h |
| Include Path | #include "Materials/MaterialExpressionBounds.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionBounds : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionBounds
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionBounds
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionBounds.h |
Enums
Public
| Name | Remarks |
|---|---|
| OutputIndex |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutputToolTips | TArray< FString > | Materials/MaterialExpressionBounds.h | ||
| Type | TEnumAsByte< EMaterialExpressionBoundsType > | The type of bounds to output | Materials/MaterialExpressionBounds.h |
|
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Build
(
MIR::FEmitter& Emitter |
Builds this expression's material IR. | Materials/MaterialExpressionBounds.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionBounds.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionBounds.h | ||
| Get a tooltip for the specified connector. | Materials/MaterialExpressionBounds.h | ||
| Get a tooltip for the expression itself. | Materials/MaterialExpressionBounds.h |