mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
16 lines
586 B
C++
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() {
|
|
}
|
|
|