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

Method SetInfos

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

Source from the content-addressed store, hash-verified

13#pragma region FPointIO
14
15 void FPointIO::SetInfos(
16 const int32 InIndex,
17 const FName InOutputPin,
18 const TSet<FString>* InTags)
19 {
20 IOIndex = InIndex;
21 OutputPin = InOutputPin;
22 NumInPoints = In ? In->GetPoints().Num() : 0;
23
24 if (InTags) { Tags = MakeShared<FTags>(*InTags); }
25 else if (!Tags) { Tags = MakeShared<FTags>(); }
26 }
27
28 bool FPointIO::InitializeOutput(const EIOInit InitOut)
29 {

Callers 5

Emplace_GetRefMethod · 0.80
Insert_UnsafeMethod · 0.80
Add_UnsafeMethod · 0.80
NewPointIOFunction · 0.80
Emplace_GetRefFunction · 0.80

Calls 1

NumMethod · 0.80

Tested by

no test coverage detected