FOverlapInfo

Overlap info consisting of the primitive and the body that is overlapping

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h

Include

#include "Components/SceneComponent.h"

Syntax

struct FOverlapInfo

Remarks

Overlap info consisting of the primitive and the body that is overlapping

Variables

Name Description

Public variable

bool

 

bFromSweep

Public variable

FHitResult

 

OverlapInfo

Information for both sweep and overlap queries.

Constructors

Name Description

Public function

FOverlapInfo()

Public function

FOverlapInfo

(
    const FHitResult& InSweepResult
)

Public function

FOverlapInfo

(
    UPrimitiveComponent* InCompone...,
    int32 InBodyIndex
)

Functions

Name Description

Public function Const

int32

 

GetBodyIndex()

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