None of the Set functions in the UWindDirectionalSourceComponent are able to be called from code. The functions can be called from Blueprint, but without the ENGINE_API macro, none of the functions are exposed to be called from code.
REGRESSION:
No. It was not possible to add a UWindDirectionalSourceComponent to a code class in 4.19.
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = TestCat) UWindDirectionalSourceComponent* TestComp;
RESULT:
The build fails with a LNK2019 error.
EXPECTED:
The build completes successfully.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-64803 in the post.
1 |
Component | UE - Gameplay - Components |
---|---|
Affects Versions | 4.22, 4.20.3 |
Target Fix | 4.22 |
Created | Oct 4, 2018 |
---|---|
Resolved | Oct 25, 2018 |
Updated | Feb 12, 2019 |
5157 - projectgheist |