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

Method Get

Source/Flow/Private/FlowPinSubsystem.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include UE_INLINE_GENERATED_CPP_BY_NAME(FlowPinSubsystem)
9
10UFlowPinSubsystem* UFlowPinSubsystem::Get()
11{
12 return GEngine->GetEngineSubsystem<UFlowPinSubsystem>();
13}
14
15bool UFlowPinSubsystem::ShouldCreateSubsystem(UObject* Outer) const
16{

Callers 15

InitializeMethod · 0.80
ShutdownMethod · 0.80
ShutdownModuleMethod · 0.80
RegisterAssetsMethod · 0.80
UnregisterAssetsMethod · 0.80
GetActionByChordMethod · 0.80
ParseDefaultValueDataMethod · 0.80
OnFlowAssetChangedMethod · 0.80
OnClickMethod · 0.80
OnDoubleClickMethod · 0.80
GetDescriptionTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected