Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
TSharedPtr<IPropertyHandle> FFlowPinType::GetValuesHandle(const TSharedRef<IPropertyHandle>& FlowDataPinValuePropertyHandle) const
97
{
98
return FlowDataPinValuePropertyHandle.Get().GetChildHandle(TEXT(
"Values"
));
99
}
100
#endif
Callers
1
CacheHandles
Method · 0.80
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected