UPROPERTY(BlueprintReadWrite, meta = (BindWidget))
class UEditableTextBox* YearTextBox;
Causes Blueprints not to compile I get
A required widget binding “YearTextBox” of type Text Box was not found.
That’s the issue here?
UPROPERTY(BlueprintReadWrite, meta = (BindWidget))
class UEditableTextBox* YearTextBox;
Causes Blueprints not to compile I get
A required widget binding “YearTextBox” of type Text Box was not found.
That’s the issue here?
Hello! Do you create UEditableTextBox with identical name in BP, that is created around this C++ class?