unreal.PCGToolDrawTargetOffset

class unreal.PCGToolDrawTargetOffset

Bases: EnumBase

EPCGTool Draw Target Offset

C++ Source:

  • Plugin: PCG

  • Module: PCGEditor

  • File: PCGInteractiveToolCommon.h

DISTANCE_OFFSET: PCGToolDrawTargetOffset = Ellipsis

Drawn points will be at the hit location with a distance offset.

Type:

1

EXPLICIT_OFFSET: PCGToolDrawTargetOffset = Ellipsis

Drawn points will be at the hit location with a custom vector offset.

Type:

2

HIT_LOCATION: PCGToolDrawTargetOffset = Ellipsis

Drawn points will be at the hit location.

Type:

0