TkDOPNode::LineCheckPreCalculated

Determines the line in the FkDOPLineCollisionCheck intersects this node.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/kDOP.h

Include

#include "kDOP.h"

Syntax

bool LineCheckPreCalculated
(
    TkDOPLineCollisionCheck< COLL_DATA_PROVIDER, KDOP_IDX_TYPE > & Check,
    const FVector4 & NodeHitTime,
    TTraversalHistory< KDOP_IDX_TYPE > History,
    int32 * NodeHit
) const

Remarks

Determines the line in the FkDOPLineCollisionCheck intersects this node. It also will check the child nodes if it is not a leaf, otherwise it will check against the triangle data.

Parameters

Parameter

Description

Check

The aggregated line check data

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