When Trying to Construct Actor: Cannot Construct Objects of Type

In the picture below is the error message when trying to compile:)

Which class of object are you attempting to construct ?
As far as I know ConstructObjectFromClass is used more for “Object” Class.
For Actors better use GetAllActorsOfClass or SpawnActorFromClass.

Thank you.

SpawnActorFromClass solved the problem and I didn`t even know it exists…