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

#include <SkeletalMeshComponent.h>

Public Member Functions

 FClosestPointOnPhysicsAsset ()
 

Public Attributes

FVector ClosestWorldPosition
 
FVector Normal
 
FName BoneName
 
float Distance
 

Constructor & Destructor Documentation

◆ FClosestPointOnPhysicsAsset()

FClosestPointOnPhysicsAsset::FClosestPointOnPhysicsAsset ( )
inline

Member Data Documentation

◆ BoneName

FName FClosestPointOnPhysicsAsset::BoneName

The name of the bone associated with the closest body

◆ ClosestWorldPosition

FVector FClosestPointOnPhysicsAsset::ClosestWorldPosition

The closest point in world space

◆ Distance

float FClosestPointOnPhysicsAsset::Distance

The distance of the closest point and the original world position. 0 Indicates world position is inside the closest body.

◆ Normal

FVector FClosestPointOnPhysicsAsset::Normal

The normal associated with the surface of the closest body


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