Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDSettingsManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SettingsClass * GetSettingsObject () |
Returns the setting object of the specified class - If the object does not exist yet, it will be created during this call | ChaosVDSettingsManager.h | |
UChaosVDSettingsObjectBase * GetSettingsObject
(
UClass* SettingsClass |
Returns the setting object of the specified class - If the object does not exist yet, it will be created during this call | ChaosVDSettingsManager.h |
GetSettingsObject()
Description
Returns the setting object of the specified class - If the object does not exist yet, it will be created during this call
| Name | GetSettingsObject |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSettingsManager.h |
| Include Path | #include "ChaosVDSettingsManager.h" |
template<typename SettingsClass>
SettingsClass * GetSettingsObject()
GetSettingsObject(UClass *)
Description
Returns the setting object of the specified class - If the object does not exist yet, it will be created during this call
| Name | GetSettingsObject |
| 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 |
UChaosVDSettingsObjectBase * GetSettingsObject
(
UClass * SettingsClass
)