MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FClosestPosition

Method FClosestPosition

Source/PCGExtendedToolkit/Private/PCGExMath.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace PCGExMath
8{
9 FClosestPosition::FClosestPosition(const FVector& InOrigin)
10 : Origin(InOrigin)
11 {
12 }
13
14 FClosestPosition::FClosestPosition(const FVector& InOrigin, const FVector& InLocation)
15 : bValid(true), Origin(InOrigin), Location(InLocation), DistSquared(FVector::DistSquared(InOrigin, InLocation))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected