Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Prefab::PrefabUserSettings Class Reference

Structure for saving/retrieving user settings related to prefab workflows. More...

#include <PrefabSaveLoadHandler.h>

Inherits AZ::UserSettings.

Public Member Functions

 AZ_CLASS_ALLOCATOR (PrefabUserSettings, AZ::SystemAllocator)
 
 AZ_RTTI (PrefabUserSettings, "{E17A6128-E2C3-4501-B1AD-B8BB0D315602}", AZ::UserSettings)
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZStd::string m_saveLocation
 
bool m_autoNumber
 Should the name of the prefab file be automatically numbered. e.g PrefabName_001.prefab vs PrefabName.prefab.
 

Detailed Description

Structure for saving/retrieving user settings related to prefab workflows.

Member Data Documentation

◆ m_autoNumber

bool AzToolsFramework::Prefab::PrefabUserSettings::m_autoNumber
Initial value:
=
false

Should the name of the prefab file be automatically numbered. e.g PrefabName_001.prefab vs PrefabName.prefab.


The documentation for this class was generated from the following file: