負荷コントロールシステム(編集中)
導入方法
- 「レベルブループリントを開く」を選びます。
- レベルブループリントウィンドウのクラス設定を選びます。
- クラスオプション > 親クラス の
Level Script ActorをDungeon Level Script Actorに切り替える。

- コンパイルします。
- レベルブループリントウィンドウのクラスのデフォルトを選びます。
Partiation Size

-
負荷コントロール対象に含めたいアクターのブループリントを開きます。

-
コンポーネントに
DungeonComponentActivatorを追加します。Enable Owner Actor Tick ControlEnable Owner Actor Ai ControlEnable Component Activation ControlEnable Component Visibility ControlEnable Collision Enable Control
-
アクターがアクティブなパーティションから入ったり出たりするとコンポーネントのアクティブ性などは制御されます。
動作原理
ダンジョンパーティションとアクターのアクティブ範囲
graph TD DungeonLevelScript --> DungeonPartition DungeonPartition --> DungeonComponentActivator DungeonComponentActivator --> Actor[Owner Actor] Actor --> Component
白い格子がパーティションです。
