Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCustomBuildSteps | Descriptor for projects. Contains all the information contained within a .uproject file. | ||
| FLocalizationTargetDescriptor | Description of a localization target. | ||
| FModuleContextInfo | Context information used when validating that source code is being placed in the correct place for a given module | ||
| FModuleDescriptor | Description of a loadable module. | ||
| FPluginDescriptor | Descriptor for plugins. Contains all the information contained within a .uplugin file. | ||
| FPluginManifest | Manifest of plugins. | ||
| FPluginManifestEntry | Descriptor for plugins. Contains all the information contained within a .uplugin file. | ||
| FPluginReferenceDescriptor | Descriptor for a plugin reference. | ||
| FProjectDescriptor | Descriptor for projects. Contains all the information contained within a .uproject file. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EHostType::Type | Environment that can load a module. | ||
| ELoadingPhase::Type | Phase at which this module should be loaded during startup. | ||
| ELocalizationTargetDescriptorLoadingPolicy::Type | Policy by which the localization data associated with a target should be loaded. | ||
| EProjectDescriptorVersion::Type | Version numbers for project descriptors. | ||
| EVerseScope::Type | Describes the origin and visibility of Verse code |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EHostType::Type | EHostType::FromString
(
const TCHAR* Text |
Converts a string to a EHostType::Type value | |
| const TCHAR * | EHostType::ToString
(
const EHostType::Type Value |
Converts an EHostType::Type value to a string literal | |
| ELoadingPhase::Type | ELoadingPhase::FromString
(
const TCHAR* Text |
Converts a string to a ELoadingPhase::Type value | |
| const TCHAR * | ELoadingPhase::ToString
(
const ELoadingPhase::Type Value |
Returns the name of a module load phase. | |
| ELocalizationTargetDescriptorLoadingPolicy::Type | ELocalizationTargetDescriptorLoadingPolicy::FromString
(
const TCHAR* Text |
Converts a string to a ELocalizationTargetDescriptorLoadingPolicy::Type value | |
| const TCHAR * | Returns the name of a localization loading policy. | ||
| TOptional< EVerseScope::Type > | EVerseScope::FromString
(
const TCHAR* Text |
Converts a string to a EVerseScope::Type value | |
| const TCHAR * | EVerseScope::ToString
(
const EVerseScope::Type Value |
Returns the name of a Verse scope. |