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

Method FPathEdge

Source/PCGExtendedToolkit/Private/Paths/PCGExPaths.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 FPathEdge::FPathEdge(const int32 InStart, const int32 InEnd, const TArrayView<const FVector>& Positions, const double Expansion)
180 : Start(InStart), End(InEnd), AltStart(InStart)
181 {
182 Update(Positions, Expansion);
183 }
184
185 void FPathEdge::Update(const TArrayView<const FVector>& Positions, const double Expansion)
186 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected