Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h |
| Include | #include "SourceCodeNavigation.h" |
Syntax
class FSourceFileDatabase
Remarks
Singleton holding database of module names and disallowed header names in the engine and current project.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructs database |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructs database |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSet< FString > & | Return set of public header names used by engine modules, which are disallowed as project header names | ||
| const TArray< FString > & | Return array of module names used by the engine and current project, including those in plugins | ||
| void | Update the list of known modules and disallowed header names if they've become stale |