Skip to content

USMRuntimeSettings¶

Module: SMSystem

#include <SMRuntimeSettings.h>

Inherits from UObject

Description¶

class USMRuntimeSettings;

Logic Driver settings for runtime.

Public Functions¶

Public Attributes¶

Public Functions Documentation¶

function USMRuntimeSettings¶

USMRuntimeSettings()

Public Attributes Documentation¶

variable bPreloadDefaultNodes¶

bool 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.