9 lines
218 B
C++
9 lines
218 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "MyUserWidget.h"
|
|
|
|
void UMyUserWidget::NativeOnInitialized() {
|
|
|
|
OpIdTextBlock->SetText(FText::FromString("testo6667"));
|
|
} |