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

Method GetOutIn

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

Source from the content-addressed store, hash-verified

87 }
88
89 const UPCGPointData* FPointIO::GetOutIn(ESource& OutSource) const
90 {
91 if (Out)
92 {
93 OutSource = ESource::Out;
94 return Out;
95 }
96
97 if (In)
98 {
99 OutSource = ESource::In;
100 return In;
101 }
102
103 return nullptr;
104 }
105
106 const UPCGPointData* FPointIO::GetInOut(ESource& OutSource) const
107 {

Callers 7

TryGetTypeAndSourceFunction · 0.80
BuildFromMethod · 0.80
FGraphBuilderMethod · 0.80
SetClusterVtxFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFunction · 0.64