‘L’: undeclared identifier
error C2143: syntax error: missing ‘)’ before ‘;’
‘FInternationalization::ForUseOnlyByLocMacroAndGraphNodeTextLiterals_CreateText’: function does not take 2 arguments
#define LOCTEXT_NAMESPACE "UMG"
#if WITH_EDITOR
const FText UStyledButton::GetPaletteCategory() {
return LOCTEXT("Custom", "Custom");
}
#endif
#undef LOCTEXT_NAMESPACE
I don’t understand what I’m doing wrong? What is the problem with LOCTEXT?