Navigation
| Name | SourceCodeAccess |
| Type | Developer |
| Location | /Engine/Source/Developer/SourceCodeAccess/ |
| Module Build Rules | SourceCodeAccess.Build.cs |
Interfaces
| Name | Remarks |
|---|---|
| ISourceCodeAccessModule | Module used to access source code |
| ISourceCodeAccessor | Interface for viewing/editing source code |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDoneLaunchingCodeAccessor | TMulticastDelegate_OneParam< void, const bool > | Event fired when done launching code accessor | ISourceCodeAccessModule.h |
| FLaunchingCodeAccessor | TMulticastDelegate_NoParams< void > | Event fired when launching code accessor | ISourceCodeAccessModule.h |
| FOpenFileFailed | TMulticastDelegate_OneParam< void, const FString & > | Event fired when opening a file has failed | ISourceCodeAccessModule.h |