TSpatialVisitorData

A struct which is passed to spatial acceleration visitors whenever there are potential hits.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h

Include

#include "Chaos/ISpatialAcceleration.h"

Syntax

template<typename TPayloadType>
struct TSpatialVisitorData

Remarks

A struct which is passed to spatial acceleration visitors whenever there are potential hits. In production, this class will only contain a payload.

Variables

Name Description

Public variable

bool

 

bHasBounds

Public variable

TAABB< float, 3...

 

Bounds

Public variable

TPayloadType

 

Payload

Constructors

Name Description

Public function

TSpatialVisitorData

(
    const TPayloadType& InPayload,
    const bool bInHasBounds,
    const TAABB< float, 3 >& InBounds
)

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