BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'MinimalViewInfo' from its members
Inputs
Type | Name | Description |
---|---|---|
vector | Location | Location |
rotator | Rotation | Rotation |
real | FOV | The horizontal field of view (in degrees) in perspective mode (ignored in orthographic mode). |
real | Ortho Width | The desired width (in world units) of the orthographic view (ignored in Perspective mode) |
real | Ortho Near Clip Plane | The near plane distance of the orthographic view (in world units) |
real | Ortho Far Clip Plane | The far plane distance of the orthographic view (in world units) |
real | Perspective Near Clip Plane | The near plane distance of the perspective view (in world units). Set to a negative value to use the default global value of GNearClippingPlane |
real | Aspect Ratio | Aspect Ratio (Width/Height) |
boolean | Constrain Aspect Ratio | If bConstrainAspectRatio is true, black bars will be added if the destination view has a different aspect ratio than this camera requested. |
boolean | Use Field Of View For LOD | If true, account for the field of view angle when computing which level of detail to use for meshes. |
enum | Projection Mode | The type of camera |
real | Post Process Blend Weight | Indicates if PostProcessSettings should be applied. |
struct | Post Process Settings | Post-process settings to use if PostProcessBlendWeight is non-zero. |
vector2d struct | Off Center Projection Offset | Off-axis / off-center projection offset as proportion of screen dimensions |
Outputs
Type | Name | Description |
---|---|---|
struct | Minimal View Info |