| // Copyright Epic Games, Inc. All Rights Reserved. | |
| UCLASS(MinimalAPI) | |
| class ULyraPlayerMappableKeyProfile : public UEnhancedPlayerMappableKeyProfile | |
| { | |
| GENERATED_BODY() | |
| protected: | |
| //~ Begin UEnhancedPlayerMappableKeyProfile interface | |
| UE_API virtual void EquipProfile() override; | |
| UE_API virtual void UnEquipProfile() override; | |
| //~ End UEnhancedPlayerMappableKeyProfile interface | |
| }; | |