int64 UProperty with ExposeOnSpawn meta tag won't compile from a C++ UUserWidget class.
1. Create a new C++ Project in UE 4.24.3
2. Create a new C++ Class based on UUserWidget.
3. Within the header file declare the following
UCLASS() class BUGSUBTEST_API UMyUserWidget : public UUserWidget { GENERATED_BODY() protected: UPROPERTY(BlueprintReadOnly, meta = (ExposeOnSpawn = true)) int64 userId; };
4. Compile
Result: Error: ExposeOnSpawn - Property cannot be exposed
Expected: Successful Compile
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
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?
How to achieve HLSL Multiple Render Target in Material blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-91150 in the post.
0 |
Component | UE - Foundation - Cpp Tools - UnrealHeaderTool |
---|---|
Affects Versions | 4.24, 4.25 |
Target Fix | 4.25 |
Created | Mar 25, 2020 |
---|---|
Resolved | Mar 26, 2020 |
Updated | Aug 20, 2020 |