Description

A linker error is encountered if an Editor plugin spawns an ACullDistanceVolume instance. This is caused by neither having ENGINE_API or MinimalAPI specified in its UCLASS macro.

Regression?: No
This occurred in 4.19 as well

Steps to Reproduce
  1. Download the attached project
  2. Attempt to compile the project
    Result: A linker error is encountered
    Expected: The project and plugin compile properly

Have Comments or More Details?

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

3
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions4.194.204.21
Target Fix4.21
Fix Commit4282611
Main Commit4736445
Release Commit4399518
CreatedAug 9, 2018
ResolvedSep 7, 2018
UpdatedSep 14, 2021
Pull Requests
4966 - TheCodez