Heathen KB
GitHub Sponsor
Home Page
Asset Store
Search…
General
Introduction
Heathen Group
General Guides
Asset Developers
Lore
Introduction
Ireland
Assets
Licensing
Art Assets
Blockchain Game SDK
PhysKit
Steamworks
Installation
Learning
API
Components
Objects
Achievement Object
Authentication Session
Authentication Ticket
Avg Rate Stat
Chat Room
Clan
Clan Chat Msg
Currency
Data Model
DLC Data
Downloadable Content Object
Favorite Game
Float Stat
Input Action
Input Action Data
Input Action Set
Input Action Set Layer
Int Stat
Inventory Result
Item Detail
Item Definition
Leaderboard Entry
Leaderboard Object
Lobby
Lobby Chat Msg
Lobby Game Server
Lobby Member
Party Beacon Details
Rank Change
Remote Storage File
Steam Settings
UGC Query
UGC Community Item
User Data
User Leave Data
User Lobby Leave Data
Workshop Item Data
Workshop Item Data Create Status
Workshop Item Key Value Tag
Workshop Item Preview File
Enums
uGUI Tools
System Core
User eXperience [UX]
Services
Introduction
Consulting & Contracting
Publishing
Powered By
GitBook
Input Action Data
Definition
1
public
struct
InputActionData
;
Copied!
Fields and Attributes
Type
Name
Comment
InputHandle_t
controller
The controller this action data was read from
InputActionType
type
Analog or Digital
bool
active
Is this action active e.g. part of an active set or layer
EInputSourceMode
mode
Only used for analog actions, indicates the type of analog action simulated e.g. mouse, stick, etc..
bool
state
True if this action is active. For analog actions this is true if either x or y is non-zero
float
x
For analog actions this indicates the x axis
float
y
For analog actions this indicates the y axis
Previous
Input Action
Next
Input Action Set
Last modified
5mo ago
Copy link
Contents
Definition
Fields and Attributes