mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
20 lines
491 B
C++
20 lines
491 B
C++
#include "FortLazyImage.h"
|
|
|
|
void UFortLazyImage::SetShadowColorAndOpacity(FLinearColor InColorAndOpacity) {
|
|
}
|
|
|
|
void UFortLazyImage::SetFortBrushSize(TEnumAsByte<EFortBrushSize::Type> FortBrushSize) {
|
|
}
|
|
|
|
void UFortLazyImage::SetBrushFromItemInstance(const UFortItem* ItemInstance) {
|
|
}
|
|
|
|
void UFortLazyImage::SetBrushFromItemDefinition(const UFortItemDefinition* NewItemDefinition) {
|
|
}
|
|
|
|
UFortLazyImage::UFortLazyImage() {
|
|
this->bApplyDropShadow = false;
|
|
this->ItemDefinition = NULL;
|
|
}
|
|
|