internalingame/tribute/tributesummary.lua:143 -- self.rewardsControlPool:SetCustomFactoryBehavior(function(control)
control.iconTexture = control:GetNamedChild("Icon")
control.stackCountLabel = control.iconTexture:GetNamedChild("StackCount")
control.mailIndicatorIcon = control.iconTexture:GetNamedChild("MailIndicator")
control.nameLabel = control:GetNamedChild("Name")
SetupControlStyleTemplating(control, "ZO_TributeRewardItem_Control")
end)