FNodalOffsetFocusPoint

Focus point for nodal offset curves

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/NodalOffsetTable.h

Include

#include "Tables/NodalOffsetTable.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FNodalOffsetFocusPoint

Remarks

Focus point for nodal offset curves

Variables

Name Description

Public variable UProperty

float

 

Focus

Input focus for this point

Public variable UProperty

FRichCurve[Loca...

 

LocationOffset

XYZ offsets curves mapped to zoom

Public variable UProperty

FRichCurve[Rota...

 

RotationOffset

Yaw, Pitch and Roll offset curves mapped to zoom

Functions

Name Description

Public function

bool

 

AddPoint

(
    float InZoom,
    const FNodalPointOffset& InData,
    float InputTolerance,
    bool bIsCalibrationPoint
)

Adds a new point at InZoom. Updates existing one if tolerance is met

Public function Const

int32

 

GetNumPoints()

Returns number of zoom points

Public function Const

bool

 

GetPoint

(
    float InZoom,
    FNodalPointOffset& OutData,
    float InputTolerance
)

Returns data type copy value for a given float

Public function Const

float

 

GetZoom

(
    int32 Index
)

Returns zoom value for a given index

Public function Const

bool

 

IsEmpty()

Returns true if there are no points

Public function

void

 

RemovePoint

(
    float InZoomValue
)

Removes a point corresponding to specified zoom

Public function

bool

 

SetPoint

(
    float InZoom,
    const FNodalPointOffset& InData,
    float InputTolerance
)

Sets an existing point at InZoom. Updates existing one if tolerance is met

Constants

Name

Description

LocationDimension

Dimensions of our location offset curves

RotationDimension

Dimensions of our rotation offset curves

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