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

Method GetValue

Source/PCGExtendedToolkit/Private/Data/PCGExDataTag.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 TSharedPtr<FTagValue> FTags::GetValue(const FString& Key) const
210 {
211 FReadScopeLock ReadScopeLock(TagsLock);
212 if (const TSharedPtr<FTagValue>* ValueTagPtr = ValueTags.Find(Key)) { return *ValueTagPtr; }
213 return nullptr;
214 }
215
216 bool FTags::IsTagged(const FString& Key) const
217 {

Callers 11

SortMethod · 0.80
ApplyOverridesMethod · 0.80
ExecuteTaskMethod · 0.80
OnMatchSuccessMethod · 0.80
OnMatchFailMethod · 0.80
ExecuteInternalMethod · 0.80
PrepareWriteMethod · 0.80
GetWritableFunction · 0.80
TryReadMarkFunction · 0.80
ComputeFactorFunction · 0.80

Calls 1

FindMethod · 0.80

Tested by

no test coverage detected