Can I add property to AActor without inheriting it?

Dear Friends at Epic,
I am in need to set property to AActor. So I have created a class which inherits from Class AActor and added my property. It works fine :slight_smile:
But I want to know whether their is any possible way to add property to Class AActor without being inherited.
Anyone please let me know !!

Thanks in Advance !

You can do that with a source version of the engine.

The only way is to build the engine from source: Building Unreal Engine from Source | Unreal Engine Documentation