| 471 | #pragma region FPointIOTaggedEntries |
| 472 | |
| 473 | void FPointIOTaggedEntries::Add(const TSharedRef<FPointIO>& Value) |
| 474 | { |
| 475 | Entries.AddUnique(Value); |
| 476 | Value->Tags->Set(TagId, TagValue); |
| 477 | } |
| 478 | |
| 479 | bool FPointIOTaggedDictionary::CreateKey(const TSharedRef<FPointIO>& PointIOKey) |
| 480 | { |
no test coverage detected