Skip to content

FSMConditionalCompileConfiguration

Module: SMSystemEditor

#include <SMEditorConstructionConfiguration.h>

Description

struct FSMConditionalCompileConfiguration;

Configuration options for conditionally compiling.

Public Functions

Name
FSMConditionalCompileConfiguration() =default

Public Attributes

Name
bool bUpdateDependencies
bool bRecreateGraphProperties
bool bCompileNow

Public Functions Documentation

function FSMConditionalCompileConfiguration

FSMConditionalCompileConfiguration() =default

Public Attributes Documentation

variable bUpdateDependencies

bool bUpdateDependencies = true;

Calls EnsureCachedDependenciesUpToDate.


variable bRecreateGraphProperties

bool bRecreateGraphProperties = false;

Calls ForceRecreateProperties on all nodes.


variable bCompileNow

bool bCompileNow = false;

If the BP should compile this tick.