ISourceCodeAccessor::OpenSolutionAtPath

Open the code solution at a specific path for editing

Windows
MacOS
Linux

References

Module

SourceCodeAccess

Header

/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessor.h

Include

#include "ISourceCodeAccessor.h"

Syntax

bool OpenSolutionAtPath
(
    const FString & InSolutionPath
)

Remarks

Open the code solution at a specific path for editing

Returns

true if successful

Parameters

Parameter

Description

InSolutionPath

Path to project directory

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