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

Method Grab

Source/PCGExtendedToolkit/Private/Graph/PCGExGraph.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187#define PCGEX_GRAPH_META_FWD(_NAME, _ACCESSOR, _ACCESSOR2, _DEFAULT) bWrite##_NAME = InDetails._ACCESSOR; _NAME##AttributeName = InDetails._ACCESSOR2##AttributeName; PCGEX_SOFT_VALIDATE_NAME(bWrite##_NAME, _NAME##AttributeName, Context)
188
189 void FGraphMetadataDetails::Grab(const FPCGContext* Context, const FPCGExPointPointIntersectionDetails& InDetails)
190 {
191 Grab(Context, InDetails.PointUnionData);
192 Grab(Context, InDetails.EdgeUnionData);
193 }
194
195 void FGraphMetadataDetails::Grab(const FPCGContext* Context, const FPCGExPointEdgeIntersectionDetails& InDetails)
196 {

Callers 6

ExecuteInternalMethod · 0.45
ProcessMethod · 0.45
GetIncludedActorsFunction · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected