|
Dungeon Generator
1.6.6
Procedural 3D dungeon generator plugin for Unreal Engine 5. Easy generation of levels, mini-maps and missions.
|
#include <PluginNoticeSettings.h>
Public Member Functions | |
| UPluginNoticeSettings () | |
| virtual FName | GetCategoryName () const override |
Public Attributes | |
| bool | bEnableOnlineNotices |
| FString | NoticesUrl |
| int32 | FetchIntervalHours |
| int32 | HttpTimeoutSeconds |
| bool | bPerUserState |
| bool | bRestrictLinksToSameDomain |
This class is a configuration class for Project Settings that controls the behavior of the notification system within the plugin.
【Important Design Principles】
[Communication Details]
プラグイン通知機構(破壊的変更・重大互換性専用)の設定クラス。
本クラスは、プラグイン内通知システムの挙動を制御するための Project Settings 用設定クラスです。
【重要な設計方針】
【通信について】
| UPluginNoticeSettings::UPluginNoticeSettings | ( | ) |