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

Method Update

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

Source from the content-addressed store, hash-verified

44}
45
46void FPCGExPathClosedLoopUpdateDetails::Update(const TSharedPtr<PCGExData::FPointIO>& InPointIO)
47{
48 for (const FString& Add : AddTags) { InPointIO->Tags->AddRaw(Add); }
49 for (const FString& Rem : RemoveTags) { InPointIO->Tags->Remove(Rem); }
50}
51
52void FPCGExPathEdgeIntersectionDetails::Init()
53{

Callers 10

InsertPointMethod · 0.45
InsertPoint_UnsafeMethod · 0.45
FindCrossingMethod · 0.45
OutputMethod · 0.45
UpdateEdgesMethod · 0.45

Calls 2

AddRawMethod · 0.80
RemoveMethod · 0.45

Tested by

no test coverage detected