#include "AthenaChallengeDisplayLibrary.h" FLinearColor UAthenaChallengeDisplayLibrary::GetChallengeStyleLightAccentColor(const FFortChallengeSetStyle& DisplayStyle) { return FLinearColor{}; } void UAthenaChallengeDisplayLibrary::ApplyChallengeSetStyleColorsToMaterial(const FFortChallengeSetStyle& DisplayStyle, UMaterialInstanceDynamic* StyleMaterial) { } void UAthenaChallengeDisplayLibrary::ApplyChallengeSetStyleColorsToImageMaterial(const FFortChallengeSetStyle& DisplayStyle, UImage* ImageWidget) { } UAthenaChallengeDisplayLibrary::UAthenaChallengeDisplayLibrary() { }