EWorldPositionIncludedOffsets

Specifies which shader generated offsets should included in the world position (displacement/WPO etc.)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionWorldPosition.h

Include

#include "Materials/MaterialExpressionWorldPosition.h"

Syntax

enum EWorldPositionIncludedOffsets
{
    WPT_Default,
    WPT_ExcludeAllShaderOffsets,
    WPT_CameraRelative,
    WPT_CameraRelativeNoOffsets,
    WPT_MAX,
}

Values

Name

Description

WPT_Default

Absolute world position with all material shader offsets applied

WPT_ExcludeAllShaderOffsets

Absolute world position with no material shader offsets applied

WPT_CameraRelative

Camera relative world position with all material shader offsets applied

WPT_CameraRelativeNoOffsets

Camera relative world position with no material shader offsets applied

WPT_MAX

Remarks

Specifies which shader generated offsets should included in the world position (displacement/WPO etc.)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss