Navigation
API > API/Editor > API/Editor/AddContentDialog
Structure that defines a shared feature pack resource.
| Name | FFeaturePackLevelSet |
| Type | struct |
| Header File | /Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include Path | #include "FeaturePackContentSource.h" |
Syntax
USTRUCT ()
struct FFeaturePackLevelSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FeaturePackContentSource.h | |||
FFeaturePackLevelSet
(
FString InMountName, |
Creates a new FFeaturePackLevelSet | FeaturePackContentSource.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetailLevels | TArray< EFeaturePackDetailLevel > | List of shared resource levels for this shared resource. | FeaturePackContentSource.h | |
| MountName | FString | Mount name for the shared resource - this is the folder the resource will be copied to on project generation as well as the name of the folder that will appear in the content browser. | FeaturePackContentSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetFeaturePackNameForLevel
(
EFeaturePackDetailLevel InLevel, |
FeaturePackContentSource.h |