EProjectPackagingBlueprintNativizationMethod

Enumerates the available methods for Blueprint nativization during project packaging.

Unreal Engine C++ API Reference > Developer > DeveloperToolSettings > Settings

References

   
Module DeveloperToolSettings
Header /Engine/Source/Developer/DeveloperToolSettings/Classes/Settings/ProjectPackagingSettings.h
Include #include "Settings/ProjectPackagingSettings.h"

Syntax

enum EProjectPackagingBlueprintNativizationMethod  
{  
    Disabled,  
    Inclusive,  
    Exclusive,  
}  

Values

Name Description
Disabled Disable Blueprint nativization (default).
Inclusive Enable nativization for all Blueprint assets.
Exclusive Enable nativization for selected Blueprint assets only.

Remarks

Enumerates the available methods for Blueprint nativization during project packaging.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library