Files
UnrealEvent/Project/Source/FortniteUI/Private/AthenaChallengeDisplayLibrary.cpp
2026-04-22 15:51:07 +02:00

16 lines
586 B
C++

#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() {
}