unreal.PCGSceneCaptureOrientationMode¶
- class unreal.PCGSceneCaptureOrientationMode¶
Bases:
EnumBaseEPCGScene Capture Orientation Mode
C++ Source:
Plugin: PCG
Module: PCG
File: PCGSceneCapture.h
- EXPLICIT: PCGSceneCaptureOrientationMode = Ellipsis¶
Control scene capture orientation and extents using explicit values.
- Type:
2
- FROM_BOUNDING_SHAPE: PCGSceneCaptureOrientationMode = Ellipsis¶
Override scene capture orientation and extents using a spatial bounding shape. Note, bounding shape overrides will always become an axis aligned bounding box with top down projection (rotation is ignored).
- Type:
1
- FROM_EXECUTION_SOURCE: PCGSceneCaptureOrientationMode = Ellipsis¶
Derive scene capture orientation and extents from the PCG execution source.
- Type:
0