USMRuntimeSettings¶
Module: SMSystem
#include <SMRuntimeSettings.h>
Inherits from UObject
Description¶
Logic Driver settings for runtime.
Public Functions¶
Name | |
---|---|
USMRuntimeSettings() |
Public Attributes¶
Name | |
---|---|
bool | bPreloadDefaultNodes |
Public Functions Documentation¶
function
USMRuntimeSettings¶
Public Attributes Documentation¶
variable
bPreloadDefaultNodes¶
Optimize when default node instances are loaded. They are often not needed unless programatically accessing the node. Leaving off can help memory usage and initialization times.
True - Loads all default node instances when initializing a state machine. False - Only load default node instances on demand.