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

Method GetWorld

Source/Flow/Private/FlowSubsystem.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362UWorld* UFlowSubsystem::GetWorld() const
363{
364 return GetGameInstance()->GetWorld();
365}
366
367void UFlowSubsystem::OnGameSaved(UFlowSaveGame* SaveGame)
368{

Callers 5

GetPIENotifyTextMethod · 0.45
RefreshInstancesMethod · 0.45
ShouldCreateSubsystemMethod · 0.45
ManageGameModePausedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected