Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionLogarithm2 |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionLogarithm2.h |
| Include Path | #include "Materials/MaterialExpressionLogarithm2.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionLogarithm2 : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionLogarithm2
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| X | FExpressionInput | Materials/MaterialExpressionLogarithm2.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/MaterialExpressionLogarithm2.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionLogarithm2.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionLogarithm2.h | ||
| Get a tooltip for the expression itself. | Materials/MaterialExpressionLogarithm2.h | ||
virtual FText GetKeywords() |
Returns the keywords that should be used when searching for this expression | Materials/MaterialExpressionLogarithm2.h |