Skip to content

pafuhana1213/UE5_CustomActorColoration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomActorColoration プラグイン

image image Demo

UE5.4にて改良されたActor Coloration機能を用いて、各Actor・PrimitiveComponentのプロパティが特定の条件を満たすか否かを可視化するプラグインです。 現在対応しているプロパティは以下の通りです。

This is a plugin that uses the improved Actor Coloration feature in UE5.4 to visualize whether the properties of each Actor and PrimitiveComponent meet certain conditions. The currently supported properties are as follows:

  • CastShadow
  • Capsule Direct/Indirect Shadow
  • Physical Material
  • Collision Preset

「プロジェクト設定->Plugins->CustomActorColoration」から各項目のONOFF・色設定を変更可能です。
設定内容は Configs/DefaultCustomActorColoration.iniに保存されます。

You can change the ON/OFF and color settings for each item from "Project Settings->Plugins->CustomActorColoration". The settings are saved in Configs/DefaultCustomActorColoration.ini.

image

ActorColorationの項目を追加・編集したい場合は、CustomActorColorationRegister.cpp のコンストラクタの実装をご確認ください。

If you want to add or edit an ActorColoration item, please check the implementation of the constructor in CustomActorColorationRegister.cpp.

Known Issues

Crash on map change with non-null values for GPropertyColorationClass and request customizable property coloration color
https://issues.unrealengine.com/issue/UE-192284

Explanation

https://www.docswell.com/s/leon-gameworks/K1JDQG-UEMConnect_008

Engine Version

UE5.4

Author

https://twitter.com/pafuhana1213

About

CustomActorColoration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published