ISourceCodeAccessor::OpenFileAtLine

Opens a file in the correct running instance of this code accessor at a line and optionally to a column.

Windows
MacOS
Linux

References

Module

SourceCodeAccess

Header

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

Include

#include "ISourceCodeAccessor.h"

Syntax

bool OpenFileAtLine
(
    const FString & FullPath,
    int32 LineNumber,
    int32 ColumnNumber
)

Remarks

Opens a file in the correct running instance of this code accessor at a line and optionally to a column.

Returns

true if successful

Parameters

Parameter

Description

FullPath

Full path to the file to open

LineNumber

Line number to open the file at

ColumnNumber

Column number to open the file at

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