Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDSettingsManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetSettings () |
Deletes any saved config for the setting object of the specified class, and restores its values to be the same as the CDO | ChaosVDSettingsManager.h | |
void ResetSettings
(
UClass* SettingsClass |
Deletes any saved config for the setting object of the specified class, and restores its values to be the same as the CDO | ChaosVDSettingsManager.h |
ResetSettings()
Description
Deletes any saved config for the setting object of the specified class, and restores its values to be the same as the CDO
| Name | ResetSettings |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSettingsManager.h |
| Include Path | #include "ChaosVDSettingsManager.h" |
template<typename SettingsClass>
void ResetSettings()
ResetSettings(UClass *)
Description
Deletes any saved config for the setting object of the specified class, and restores its values to be the same as the CDO
| Name | ResetSettings |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSettingsManager.h |
| Include Path | #include "ChaosVDSettingsManager.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDSettingsManager.cpp |
void ResetSettings
(
UClass * SettingsClass
)