FOverlapResult

Structure containing information about one hit of an overlap test

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

struct FOverlapResult

Remarks

Structure containing information about one hit of an overlap test

Variables

Name Description

Public variable

TWeakObjectPtr<...

 

Actor

Actor that the check hit.

Public variable

uint32: 1

 

bBlockingHit

Indicates if this hit was requesting a block - if false, was requesting a touch instead

Public variable

TWeakObjectPtr<...

 

Component

PrimitiveComponent that the check hit.

Public variable

int32

 

ItemIndex

This is the index of the overlapping item.

Constructors

Name Description

Public function

FOverlapResult()

Functions

Name Description

Public function Const

AActor *

 

GetActor()

Utility to return the Actor that owns the Component that was hit

Public function Const

UPrimitiveCo...

 

GetComponent()

Utility to return the Component that was hit

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