Configure DmgType via Graph?

I’m trying to configure certain DmgType parameters via Graph but it seems, there is no Graph for files of this type (BPTYPE_Const). Is there a way to do it?

Would I have to do the configuration in the Blueprint that actually uses the DmgType? If yes, how would I access it?

The parameter I would like to adjust is “Damage Character Status Value Modifier”, which is an array…I guess that will be the next challenge…

Well, DMG_Types are used as classes, and you cannot edit class-level information through the graph. It can only be explicitly altered through the file itself.

-WM

ok, thanks for the info!