12 lines
258 B
C++
Executable file
12 lines
258 B
C++
Executable file
#include "OptionalUICategory.h"
|
|
|
|
void UOptionalUICategory::SetVisible(UObject* WorldContext, bool IsCategoryVisible) {
|
|
}
|
|
|
|
bool UOptionalUICategory::IsVisible(UObject* WorldContext) const {
|
|
return false;
|
|
}
|
|
|
|
UOptionalUICategory::UOptionalUICategory() {
|
|
}
|
|
|