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

Method GetValuesHandle

Source/Flow/Private/Types/FlowPinType.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96TSharedPtr<IPropertyHandle> FFlowPinType::GetValuesHandle(const TSharedRef<IPropertyHandle>& FlowDataPinValuePropertyHandle) const
97{
98 return FlowDataPinValuePropertyHandle.Get().GetChildHandle(TEXT("Values"));
99}
100#endif

Callers 1

CacheHandlesMethod · 0.80

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected