FFeaturePackLevelSet

Structure that defines a shared feature pack resource.

Windows
MacOS
Linux

References

Module

AddContentDialog

Header

/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h

Include

#include "FeaturePackContentSource.h"

Syntax

struct FFeaturePackLevelSet

Remarks

Structure that defines a shared feature pack resource.

Variables

Name Description

Public variable

TArray< EFeatur...

 

DetailLevels

List of shared resource levels for this shared resource.

Public variable

FString

 

MountName

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.

Constructors

Name Description

Public function

FFeaturePackLevelSet()

Public function

FFeaturePackLevelSet

(
    FString InMountName,
    TArray< EFeaturePackDetailLevel > I...
)

Creates a new FFeaturePackLevelSet

Functions

Name Description

Public function

FString

 

GetFeaturePackNameForLevel

(
    EFeaturePackDetailLevel InLevel,
    bool bLevelRequired
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss