Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionRotateAboutAxis |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionRotateAboutAxis.h |
| Include Path | #include "Materials/MaterialExpressionRotateAboutAxis.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialExpressionRotateAboutAxis : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionRotateAboutAxis
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NormalizedRotationAxis | FExpressionInput | Materials/MaterialExpressionRotateAboutAxis.h | ||
| Period | float | Materials/MaterialExpressionRotateAboutAxis.h |
|
|
| PivotPoint | FExpressionInput | Materials/MaterialExpressionRotateAboutAxis.h | ||
| Position | FExpressionInput | Materials/MaterialExpressionRotateAboutAxis.h | ||
| RotationAngle | FExpressionInput | Materials/MaterialExpressionRotateAboutAxis.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/MaterialExpressionRotateAboutAxis.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionRotateAboutAxis.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionRotateAboutAxis.h |