How to access to a specific UProperty of an edited BP asset?

I have a BP asset which is derived from an AActor C++ class, and in this C++ class I defined a GameplayTag Uproperty which is EditAnywhere. Then I edited this uproperty in
the BP asset. So how can I read the edited GameplayTag in C++ without actually spawning an actor by the edited BP asset?

Hi there @lazyleiyijian1. Welcome to the Unreal Engine Forums!

This topic has been moved from International to Programming & Scripting.

When posting, please review the categories to ensure your topic is posted in the most relevant space.

Thanks and happy developing! :slight_smile: