Setting subcategory for struct variables and using ShowOnlyInnerProperties causes variables with subcategory to not appear in the editor.
USTRUCT(BlueprintType) struct FTestStruct { GENERATED_BODY() UPROPERTY(EditAnywhere, Category = "Test Category") FString Value1; UPROPERTY(EditAnywhere, Category = "First|Second") FString Value2; UPROPERTY(EditAnywhere, Category = "First|Second") FString SubValue1; UPROPERTY(EditAnywhere, Category = "First|Second") FString SubValue2; UPROPERTY(EditAnywhere, Category = "First|Second") FString Hello; UPROPERTY(EditAnywhere, Category = "First|Second") FString AnotherHello; }; UCLASS(BlueprintType, Blueprintable) class [PROJECTNAME]_API UBugTest : public UObject { GENERATED_BODY() UPROPERTY(EditAnywhere, Category = "Category", meta = (ShowOnlyInnerProperties)) FTestStruct Test; };
Result:
Only Value1 will be visible in details panel of blueprint
Expected:
Struct variables appear in category/subcategory headings.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
An error occurred while trying to generate project files !?
Head over to the existing Questions & Answers thread and let us know what's up.