Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/GeometryScriptTypes.h |
| Include | #include "GeometryScript/GeometryScriptTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptRenderCaptureCamerasForBoxOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bViewFromBoxFaces | Enable 6 directions corresponding to views from box face centers to the box center | |
| bool | bViewFromLowerCorners | Enable 4 directions corresponding to views from box lower corners to the box center | |
| bool | bViewFromLowerEdges | Enable 4 directions corresponding to views from box lower edges centers to the box center | |
| bool | bViewFromSideEdges | Enable 4 directions corresponding to views from box side edges centers to the box center | |
| bool | bViewFromUpperCorners | Enable 4 directions corresponding to views from box upper corners to the box center | |
| bool | bViewFromUpperEdges | Enable 4 directions corresponding to views from box upper edges centers to the box center | |
| TArray< FVector > | ExtraViewFromPositions | Extra positions from which to deduce view directions on the box center (located at (0,0,0)) | |
| double | FieldOfViewDegrees | ||
| int | Resolution | The pixel resolution of render capture photos, this value is used for width and height |