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

Method PopulateResult

Source/Flow/Private/Types/FlowPinTypesStandard.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37const FFlowPinTypeName FFlowPinType_Class::PinTypeNameClass = FFlowPinTypeName(FFlowPinTypeNamesStandard::PinTypeNameClass);
38
39bool FFlowPinType_Bool::PopulateResult(const UObject& PropertyOwnerObject, const UFlowNode& Node, const FName& PropertyName, FFlowDataPinResult& OutResult) const
40{
41 return FlowPinType::PopulateResultTemplate<FFlowPinType_Bool>(PropertyOwnerObject, Node, PropertyName, OutResult);
42}
43
44bool FFlowPinType_Int::PopulateResult(const UObject& PropertyOwnerObject, const UFlowNode& Node, const FName& PropertyName, FFlowDataPinResult& OutResult) const
45{

Callers

nothing calls this directly

Calls 3

IsValidMethod · 0.80
IsSuccessFunction · 0.50

Tested by

no test coverage detected