UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChaosInterface::FPhysicsRaycastInputAdapater Struct Reference

#include <ChaosInterfaceWrapperCore.h>

Public Member Functions

 FPhysicsRaycastInputAdapater (const FVector &InStart, const FVector &InDir, const EHitFlags InFlags)
 

Public Attributes

FVector Start
 
FVector Dir
 
EHitFlags OutputFlags
 

Detailed Description

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)

Constructor & Destructor Documentation

◆ FPhysicsRaycastInputAdapater()

ChaosInterface::FPhysicsRaycastInputAdapater::FPhysicsRaycastInputAdapater ( const FVector InStart,
const FVector InDir,
const EHitFlags  InFlags 
)
inline

Member Data Documentation

◆ Dir

FVector ChaosInterface::FPhysicsRaycastInputAdapater::Dir

◆ OutputFlags

EHitFlags ChaosInterface::FPhysicsRaycastInputAdapater::OutputFlags

◆ Start

FVector ChaosInterface::FPhysicsRaycastInputAdapater::Start

The documentation for this struct was generated from the following file: