UENUM(BlueprintType)
enum class EStance : uint8 {
eStanding UMETA(DisplayName = “Standing”),
eCrouching UMETA(DisplayName = “Crouching”)
};
All the redirect stuff is pretty cryptic, and there is rarely any indication of what’s actually going on behind the scenes, it certainly can be frustrating. Is this the form of your enum declaration?