FPTask_UnloadStreamedLevel.h
File Info
FileName: FPTask_UnloadStreamedLevel.h
- Class List:
[
UFPTask_UnloadStreamedLevel
]
UFPTask_UnloadStreamedLevel
Parent Classes:
[ UFlowPilotTask
]
Unloads Streamed Level
Properties
// Streamed Level to unloadUPROPERTY(EditAnywhere, Category = "FlowPilot")TSoftObjectPtr<UWorld> Level;
// Blocks Unload threadUPROPERTY(EditAnywhere, Category = "FlowPilot")bool bBlockOnUnload = false;