| 44 | } |
| 45 | |
| 46 | void 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 | |
| 52 | void FPCGExPathEdgeIntersectionDetails::Init() |
| 53 | { |
no test coverage detected