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

Method Add

Source/PCGExtendedToolkit/Private/Data/PCGExPointIO.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 6

PrintOutKeysMapMethod · 0.45
PrintInKeysMapMethod · 0.45
InitializeMethod · 0.45
Add_UnsafeMethod · 0.45
CreateKeyMethod · 0.45
TryAddEntryMethod · 0.45

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected