IProjectManager::SaveCurrentProjectToDisk

Saves the current project to the project path

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool SaveCurrentProjectToDisk
(
    FText & OutFailReason
)

Remarks

Saves the current project to the project path

Returns

True if the project was saved successfully

Parameters

Parameter

Description

OutFailReason

On failure, gives an error message

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss