ToolSceneQueriesUtil::CalculateNormalizedViewVisualAngleD

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/ToolSceneQueriesUtil.h

Include

#include "ToolSceneQueriesUtil.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/ToolSceneQueriesUtil.cpp

Syntax

namespace ToolSceneQueriesUtil
{
    double ToolSceneQueriesUtil::CalculateNormalizedViewVisualAngleD
    (
        const FViewCameraState & CameraState,
        const FVector3d & Point1,
        const FVector3d & Point2
    )
}

Returns

visual angle between two 3D points, relative to the current camera position, normalized relative to 90-degree FOV

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