Navigation
API > API/Developer > API/Developer/SourceCodeAccess
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
| Type | Name | Description | |
|---|---|---|---|
| bool | Check to see if source code can be accessed. | ||
| bool | Checks if a compiler is available | ||
| ISourceCodeAccessor & | GetAccessor () |
Get the accessor to allow us to view source code | |
| FDoneLaunchingCodeAccessor & | Gets the Event that is broadcasted when an attempted launch of this code accessor was successful or failed | ||
| FLaunchingCodeAccessor & | Gets the Event that is broad casted when attempting to launch visual studio | ||
| FOpenFileFailed & | Gets the Event that is broadcast when an attempt to load a file through Visual Studio failed | ||
| void | SetAccessor
(
const FName& InName |
Set the accessor we want to use to view source code |