ISMAssetManager::FCompileBlueprintArgs¶
#include <ISMAssetManager.h>
Description¶
Arguments for compiling blueprints. By default they are limited to state machines, but could be configured for any kind of blueprint.
Public Functions¶
Name | |
---|---|
FCompileBlueprintArgs() |
Public Attributes¶
Name | |
---|---|
FARFilter | AssetFilter |
bool | bSave |
bool | bShowWarningMessage |
FText | CustomWarningTitle |
FText | CustomWarningMessage |
Public Functions Documentation¶
function
FCompileBlueprintArgs¶
Public Attributes Documentation¶
variable
AssetFilter¶
[Required] The filter used to locate the assets to compile.
variable
bSave¶
[Optional] Save the blueprints afterward.
variable
bShowWarningMessage¶
[Optional] Display a warning message before starting the process.
variable
CustomWarningTitle¶
[Optional] Custom warning title to display if any.
variable
CustomWarningMessage¶
[Optional] Custom warning message to display if any.