FPhysicsSweepInputAdapater

We use this struct so that if no conversion is needed in another API, we can avoid the copy (if we think that's critical)

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysXInterfaceWrapperCore.h

Include

#include "PhysXInterfaceWrapperCore.h"

Syntax

struct FPhysicsSweepInputAdapater

Remarks

We use this struct so that if no conversion is needed in another API, we can avoid the copy (if we think that's critical)

Variables

Name Description

Public variable

PxVec3

 

Dir

Public variable

PxHitFlags

 

OutputFlags

Public variable

PxTransform

 

StartTM

Constructors

Name Description

Public function

FPhysicsSweepInputAdapater

(
    const FTransform& InStartTM,
    const FVector& InDir,
    const EHitFlags InFlags
)

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