ISourceCodeAccessModule

Module used to access source code

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

ISourceCodeAccessModule

References

Module

SourceCodeAccess

Header

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

Include

#include "ISourceCodeAccessModule.h"

Syntax

class ISourceCodeAccessModule : public IModuleInterface

Remarks

Module used to access source code

Functions

Name Description

Public function Const

bool

 

CanAccessSourceCode()

Check to see if source code can be accessed.

Public function Const

bool

 

CanCompileSourceCode()

Checks if a compiler is available

Public function Const

ISourceCodeA...

 

GetAccessor()

Get the accessor to allow us to view source code

Public function

FDoneLaunchi...

 

OnDoneLaunchingCodeAccessor()

Gets the Event that is broadcasted when an attempted launch of this code accessor was successful or failed

Public function

FLaunchingCo...

 

OnLaunchingCodeAccessor()

Gets the Event that is broad casted when attempting to launch visual studio

Public function

FOpenFileFai...

 

OnOpenFileFailed()

Gets the Event that is broadcast when an attempt to load a file through Visual Studio failed

Public function

void

 

SetAccessor

(
    const FName& InName
)

Set the accessor we want to use to view source code

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