Skip to content
Snippets Groups Projects
Commit b8a58a6b authored by Paul Weiser's avatar Paul Weiser
Browse files

made questions editable without the need for a child class of LikertScale

parent e62d0164
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public:
void AddQuestion();
UFUNCTION(BlueprintCallable, CallInEditor, Category = "Likert Scale | Question")
void RemoveLastQuestion();
UPROPERTY(EditAnywhere, EditFixedSize, Category = "Likert Scale | Question")
UPROPERTY(EditAnywhere, Instanced, EditFixedSize, Category = "Likert Scale | Question")
TArray<UQuestion*> Questions;
......
......@@ -9,7 +9,7 @@
/**
*
*/
UCLASS()
UCLASS(EditInlineNew)
class LIKERTSCALEPLUGIN_API UQuestion : public UObject
{
GENERATED_BODY()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment