Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionObjectLocalBounds |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionObjectLocalBounds.h |
| Include Path | #include "Materials/MaterialExpressionObjectLocalBounds.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionObjectLocalBounds : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionObjectLocalBounds
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionObjectLocalBounds
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionObjectLocalBounds.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutputToolTips | TArray< FString > | Materials/MaterialExpressionObjectLocalBounds.h |
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionObjectLocalBounds.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionObjectLocalBounds.h | ||
| Get a tooltip for the specified connector. | Materials/MaterialExpressionObjectLocalBounds.h | ||
| Get a tooltip for the expression itself. | Materials/MaterialExpressionObjectLocalBounds.h |