Choose your operating system:
Windows
macOS
Linux
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. |
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. |
|
EPluginEnabledByDefault |
Setting for whether a plugin is enabled by default |
|
EProjectDescriptorVersion::Type |
Version numbers for project descriptors. |
Name | Description | ||
---|---|---|---|
|
EHostType::T... |
EHostType::FromString ( |
Converts a string to a EHostType::Type value |
|
const TCHAR ... |
EHostType::ToString ( |
Converts an EHostType::Type value to a string literal |
|
ELoadingPhas... |
ELoadingPhase::FromString ( |
Converts a string to a ELoadingPhase::Type value |
|
const TCHAR ... |
ELoadingPhase::ToString ( |
Returns the name of a module load phase. |
|
ELocalizatio... |
ELocalizationTargetDescriptorLoadingPolicy::FromString ( |
Converts a string to a ELocalizationTargetDescriptorLoadingPolicy::Type value |
|
const TCHAR ... |
ELocalizationTargetDescriptorLoadingPolicy::ToString ( |
Returns the name of a localization loading policy. |