Skip to content

FPTask_UnloadStreamedLevel.h

File Info

FileName: FPTask_UnloadStreamedLevel.h

UFPTask_UnloadStreamedLevel

Parent Classes: [ UFlowPilotTask ]

Unloads Streamed Level

Properties

// Streamed Level to unload
UPROPERTY(EditAnywhere, Category = "FlowPilot")
TSoftObjectPtr<UWorld> Level;
// Blocks Unload thread
UPROPERTY(EditAnywhere, Category = "FlowPilot")
bool bBlockOnUnload = false;