Description

Adding the category "Actor Tick" to a UPROPERTY variable adds the variable to a new blueprint category rather than the existing Actor Tick category.

Steps to Reproduce
  1. Open UE4Editor (any project)
  2. Add code to project based on Actor (MyActor)
  3. Add the following to MyActor.h
    UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Actor Tick")
    	bool Choice;
    
  4. Compile
  5. Create and open blueprint based on MyActor

Result:
Two separate Actor Tick categories are shown in the details panel

Expected:
New variable is added to the existing category rather than creating a new one.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-38260 in the post.

0
Login to Vote

Won't Fix
ComponentUE - Gameplay - Blueprint
Affects Versions4.13.24.144.19
CreatedNov 4, 2016
ResolvedAug 18, 2021
UpdatedAug 18, 2021