Navigation
API > API/Editor > API/Editor/AddContentDialog > API/Editor/AddContentDialog/FFeaturePackLevelSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FeaturePackContentSource.h | |||
FFeaturePackLevelSet
(
FString InMountName, |
Creates a new FFeaturePackLevelSet | FeaturePackContentSource.h |
FFeaturePackLevelSet()
| Name | FFeaturePackLevelSet |
| Type | function |
| Header File | /Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include Path | #include "FeaturePackContentSource.h" |
FFeaturePackLevelSet()
FFeaturePackLevelSet(FString, TArray< EFeaturePackDetailLevel >)
Description
Creates a new FFeaturePackLevelSet
| Name | FFeaturePackLevelSet |
| Type | function |
| Header File | /Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include Path | #include "FeaturePackContentSource.h" |
FFeaturePackLevelSet
(
FString InMountName,
TArray< EFeaturePackDetailLevel > InDetailLevels
)
Parameters
| Name | Remarks |
|---|---|
| InMountName | Name of the pack/folder to insert to |
| InDetailLevels | The levels available for this pack |