MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / SetPinSubCategoryObject

Function SetPinSubCategoryObject

Source/Flow/Public/Nodes/FlowPin.h:197–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 const FFlowPinTypeName& GetPinTypeName() const { return PinTypeName; }
196 const FFlowPinType* ResolveFlowPinType() const;
197 void SetPinSubCategoryObject(UObject* Object) { PinSubCategoryObject = Object; }
198 static FFlowPinTypeName GetPinTypeNameForLegacyPinType(EFlowPinType PinType);
199
200 const TWeakObjectPtr<UObject>& GetPinSubCategoryObject() const { return PinSubCategoryObject; }

Callers 1

FFlowPinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected