Steps to Reproduce

From UDN:

1) Create a new Actor class ex. "OuterActor"

   1) Make OuterActor UCLASS(Blueprintable)

2) Create a new Object class ex. "InnerObject"

  2a) Make InnerObject: UCLASS(Within = OuterActor)

3) In the OuterActor header file add a pointer to an InnerObject with something like the following

   3a) UPROPERTY(EditAnywhere, BlueprintReadWrite, Instanced) InnerObject* InnerClass;

4) Open the editor and make a new blueprint class inherited from OuterActor

5) Attempt to use the dropdown ClassPicker on the InnerObject property on the blueprint object and observe the editor crash

Have Comments or More Details?

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

1
Login to Vote

Fixed
ComponentUE - Gameplay - Components
Affects Versions4.27
Target Fix4.27.1
Fix Commit17577482
Main Commit17577483
Release Commit17577482
CreatedAug 17, 2021
ResolvedSep 20, 2021
UpdatedDec 1, 2022