Navigation
API > API/Runtime > API/Runtime/Engine
Specifies what reference point should be used
| Name | EPositionOrigin |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
| Include Path | #include "Materials/MaterialExpression.h" |
Syntax
enum EPositionOrigin
{
Absolute,
CameraRelative,
}
Values
| Name | Remarks |
|---|---|
| Absolute | Absolute world position, i.e. relative to (0,0,0) |
| CameraRelative | Camera relative world position, i.e. translated world space |