IHeadMountedDisplay::SetClippingPlanes

Sets near and far clipping planes (NCP and FCP) for the HMD.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h

Include

#include "IHeadMountedDisplay.h"

Syntax

virtual void SetClippingPlanes
(
    float NCP,
    float FCP
)

Remarks

Sets near and far clipping planes (NCP and FCP) for the HMD.

Parameters

Parameter

Description

NCP

(in) Near clipping plane, in centimeters

FCP

(in) Far clipping plane, in centimeters

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