Normal:
Modded:
Looks like modding the class causes it to malfunction.
Normal:
Modded:
Looks like modding the class causes it to malfunction.
modded class SCR_HealthTooltipDetail {};
Hello, did you have added exactly the same attribute as the default class, like this :
[BaseContainerProps(), BaseContainerCustomTitleField("m_sDisplayName")] modded class SCR_HealthTooltipDetail {};
Currently, you need to match the attributes of the parent class. Attributes are not forwarded to the modded class.