HModel::ResolveSurface

Finds the surface at the given screen coordinates of a view family.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/HModel.h

Include

#include "HModel.h"

Source

/Engine/Source/Runtime/Engine/Private/HModel.cpp

Syntax

bool ResolveSurface
(
    const FSceneView * View,
    int32 X,
    int32 Y,
    uint32 & OutSurfaceIndex
) const

Remarks

Finds the surface at the given screen coordinates of a view family.

Returns

True if a surface was found.

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