Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Deprecated * FPlayerMappableKeySlot has been deprecated. Please use EPlayerMappableKeySlot instead.
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/PlayerMappableKeySlot.h |
| Include | #include "PlayerMappableKeySlot.h" |
Syntax
USTRUCT&40;BlueprintType, DisplayName&61;"Player Mappable Key Slot &40;Experimental&41;",
Meta&61;&40;ScriptName&61;"PlayerMappableKeySlotData"&41;&41;
struct FPlayerMappableKeySlot
Remarks
Explicitly identifies the slot for a player mappable key Experimental: Do not count on long term support for this structure.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | SlotNumber |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPlayerMappableKeySlot
(
int32 InSlotNumber |
|||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FPlayerMappableKeySlot
(
const FPlayerMappableKeySlot& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPlayerMappableKeySlot & | operator=
(
const FPlayerMappableKeySlot& Other |
||
| FPlayerMappableKeySlot & | |||
| bool | operator==
(
const FPlayerMappableKeySlot& OtherKeySlot |
Constants
| Name | Description |
|---|---|
| FirstKeySlot | |
| FourthKeySlot | |
| SecondKeySlot | |
| ThirdKeySlot |