Script Canvas, replace the text replacement system to a JSON file based one (#5228)

It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
Luis Sempé
2021-11-11 11:53:51 -08:00
committed by GitHub
parent 9d93282e42
commit 9e2a3226fd
1382 changed files with 209123 additions and 1515 deletions
@@ -0,0 +1,43 @@
{
"entries": [
{
"key": "AWSCognitoAuthorizationNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWSCognitoAuthorizationNotificationBus",
"category": "EBus Handlers"
},
"methods": [
{
"key": "OnRequestAWSCredentialsSuccess",
"details": {
"name": "OnRequestAWSCredentialsSuccess"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "ClientAuthAWSCredentials"
}
}
]
},
{
"key": "OnRequestAWSCredentialsFail",
"details": {
"name": "OnRequestAWSCredentialsFail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,49 @@
{
"entries": [
{
"key": "AWSMetricsNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWSMetricsNotificationBus",
"category": "EBus Handlers"
},
"methods": [
{
"key": "OnSendMetricsSuccess",
"details": {
"name": "OnSendMetricsSuccess"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "OnSendMetricsFailure",
"details": {
"name": "OnSendMetricsFailure"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,42 @@
{
"entries": [
{
"key": "ActorComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ActorComponentNotificationBus"
},
"methods": [
{
"key": "OnActorInstanceCreated",
"details": {
"name": "OnActorInstanceCreated"
},
"params": [
{
"typeid": "{280A0170-EB6A-4E90-B2F1-E18D8EAEFB36}",
"details": {
"name": ""
}
}
]
},
{
"key": "OnActorInstanceDestroyed",
"details": {
"name": "OnActorInstanceDestroyed"
},
"params": [
{
"typeid": "{280A0170-EB6A-4E90-B2F1-E18D8EAEFB36}",
"details": {
"name": ""
}
}
]
}
]
}
]
}
@@ -0,0 +1,139 @@
{
"entries": [
{
"key": "ActorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Actor",
"category": "Animation"
},
"methods": [
{
"key": "OnMotionEvent",
"details": {
"name": "On Motion Event"
},
"params": [
{
"typeid": "{0C899DAC-6B19-4BDD-AD8C-8A11EF2A6729}",
"details": {
"name": "MotionEvent"
}
}
]
},
{
"key": "OnMotionLoop",
"details": {
"name": "On Motion Loop"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateEntering",
"details": {
"name": "On State Entering"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateEntered",
"details": {
"name": "On State Entered"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateExiting",
"details": {
"name": "On State Exiting"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateExited",
"details": {
"name": "On State Exited"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateTransitionStart",
"details": {
"name": "On State Transition Start"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateTransitionEnd",
"details": {
"name": "On State Transition End"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
}
]
}
]
}
@@ -0,0 +1,234 @@
{
"entries": [
{
"key": "AnimGraphComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AnimGraphComponentNotificationBus"
},
"methods": [
{
"key": "OnAnimGraphInstanceCreated",
"details": {
"name": "OnAnimGraphInstanceCreated"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
}
]
},
{
"key": "OnAnimGraphInstanceDestroyed",
"details": {
"name": "OnAnimGraphInstanceDestroyed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
}
]
},
{
"key": "OnAnimGraphFloatParameterChanged",
"details": {
"name": "OnAnimGraphFloatParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "OnAnimGraphBoolParameterChanged",
"details": {
"name": "OnAnimGraphBoolParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnAnimGraphStringParameterChanged",
"details": {
"name": "OnAnimGraphStringParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnAnimGraphVector2ParameterChanged",
"details": {
"name": "OnAnimGraphVector2ParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
},
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
}
}
]
},
{
"key": "OnAnimGraphVector3ParameterChanged",
"details": {
"name": "OnAnimGraphVector3ParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
}
}
]
},
{
"key": "OnAnimGraphRotationParameterChanged",
"details": {
"name": "OnAnimGraphRotationParameterChanged"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
},
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
},
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "AttachmentComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Attachment",
"category": "Animation"
},
"methods": [
{
"key": "OnAttached",
"details": {
"name": "On Attached",
"tooltip": "Notifies when the entity is attached"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Target",
"tooltip": "ID of the target being attached to"
}
}
]
},
{
"key": "OnDetached",
"details": {
"name": "On Detached",
"tooltip": "Notifies when the entity is detached"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Target",
"tooltip": "ID of the target being detached from"
}
}
]
}
]
}
]
}
@@ -0,0 +1,26 @@
{
"entries": [
{
"key": "Audio System Component Notifications",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Audio System Component Notifications"
},
"methods": [
{
"key": "OnGamePaused",
"details": {
"name": "OnGamePaused"
}
},
{
"key": "OnGameUnpaused",
"details": {
"name": "OnGameUnpaused"
}
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"entries": [
{
"key": "AudioTriggerComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Audio Trigger",
"category": "Audio"
},
"methods": [
{
"key": "OnTriggerFinished",
"details": {
"name": "On Trigger Finished",
"tooltip": "Executes when an audio trigger has finished playing (the sound has ended)."
},
"params": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "Trigger ID",
"tooltip": "The ID of the trigger that was successfully executed"
}
}
]
}
]
}
]
}
@@ -0,0 +1,59 @@
{
"entries": [
{
"key": "CameraNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "CameraNotificationBus"
},
"methods": [
{
"key": "OnCameraAdded",
"details": {
"name": "OnCameraAdded"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnCameraRemoved",
"details": {
"name": "OnCameraRemoved"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnActiveViewChanged",
"details": {
"name": "OnActiveViewChanged"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,74 @@
{
"entries": [
{
"key": "CollisionNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Collision",
"category": "PhysX"
},
"methods": [
{
"key": "OnCollisionBegin",
"details": {
"name": "On Collision Begin"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{009022A1-16A5-50B0-958F-F69C729985A3}",
"details": {
"name": "AZStd::vector"
}
}
]
},
{
"key": "OnCollisionPersist",
"details": {
"name": "On Collision Persist",
"tooltip": "Raised while this collider is in contact with another collider"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{009022A1-16A5-50B0-958F-F69C729985A3}",
"details": {
"name": "AZStd::vector"
}
}
]
},
{
"key": "OnCollisionEnd",
"details": {
"name": "On Collision End",
"tooltip": "Raised when a collider loses contact with another collider"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"entries": [
{
"key": "ConsoleNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ConsoleNotificationBus"
},
"methods": [
{
"key": "OnConsoleCommandExecuted",
"details": {
"name": "OnConsoleCommandExecuted"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"entries": [
{
"key": "EditorComponentModeNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "EditorComponentModeNotificationBus"
},
"methods": [
{
"key": "ActiveComponentModeChanged",
"details": {
"name": "ActiveComponentModeChanged"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
}
}
]
}
]
}
]
}
@@ -0,0 +1,44 @@
{
"entries": [
{
"key": "EditorEntityContextNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "EditorEntityContextNotificationBus"
},
"methods": [
{
"key": "OnEditorEntityCreated",
"details": {
"name": "OnEditorEntityCreated"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnEditorEntityDeleted",
"details": {
"name": "OnEditorEntityDeleted"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,20 @@
{
"entries": [
{
"key": "EditorEventBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "EditorEventBus"
},
"methods": [
{
"key": "NotifyRegisterViews",
"details": {
"name": "NotifyRegisterViews"
}
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "EntityBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Game Entity",
"category": "Entity"
},
"methods": [
{
"key": "OnEntityActivated",
"details": {
"name": "On Entity Activated",
"tooltip": "Signals that an entity was activated"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "The ID of the entity that was activated"
}
}
]
},
{
"key": "OnEntityDeactivated",
"details": {
"name": "On Entity Deactivated",
"tooltip": "Signals that an entity is being deactivated"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "The ID of the entity that is being deactivated"
}
}
]
}
]
}
]
}
@@ -0,0 +1,34 @@
{
"entries": [
{
"key": "FrameCaptureNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "FrameCaptureNotificationBus"
},
"methods": [
{
"key": "OnCaptureFinished",
"details": {
"name": "OnCaptureFinished"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "GlobalScriptEvents",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "GlobalScriptEvents"
},
"methods": [
{
"key": "Void",
"details": {
"name": "Void"
}
},
{
"key": "Not",
"details": {
"name": "Not"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Not"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Not"
}
}
]
},
{
"key": "Increment",
"details": {
"name": "Increment"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Increment"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Increment"
}
}
]
}
]
}
]
}
@@ -0,0 +1,26 @@
{
"entries": [
{
"key": "InputSystemNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "InputSystemNotificationBus"
},
"methods": [
{
"key": "OnPreInputUpdate",
"details": {
"name": "OnPreInputUpdate"
}
},
{
"key": "OnPostInputUpdate",
"details": {
"name": "OnPostInputUpdate"
}
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "LocalScriptEvents",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "LocalScriptEvents"
},
"methods": [
{
"key": "Void",
"details": {
"name": "Void"
}
},
{
"key": "Not",
"details": {
"name": "Not"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Not"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Not"
}
}
]
},
{
"key": "Increment",
"details": {
"name": "Increment"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Increment"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Increment"
}
}
]
}
]
}
]
}
@@ -0,0 +1,30 @@
{
"entries": [
{
"key": "LookAtNotification",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "LookAtNotification",
"tooltip": "Notifications for the Look At Component"
},
"methods": [
{
"key": "OnTargetChanged",
"details": {
"name": "OnTargetChanged"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,34 @@
{
"entries": [
{
"key": "MeshComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "MeshComponentNotificationBus"
},
"methods": [
{
"key": "OnModelReady",
"details": {
"name": "OnModelReady"
},
"params": [
{
"typeid": "{A1F6761B-B5CA-59E6-89FF-EB0ABDF6BD68}",
"details": {
"name": "Asset"
}
},
{
"typeid": "{2B7F6107-B177-5C17-9408-823396E6D8B8}",
"details": {
"name": ""
}
}
]
}
]
}
]
}
@@ -0,0 +1,126 @@
{
"entries": [
{
"key": "NavigationComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "NavigationComponentNotificationBus",
"category": "EBus Handlers"
},
"methods": [
{
"key": "OnSearchingForPath",
"details": {
"name": "OnSearchingForPath"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
}
]
},
{
"key": "OnTraversalStarted",
"details": {
"name": "OnTraversalStarted"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
}
]
},
{
"key": "OnTraversalPathUpdate",
"details": {
"name": "OnTraversalPathUpdate"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "NextPathPosition",
"tooltip": "Next path position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "InflectionPosition",
"tooltip": "Next inflection position"
}
}
]
},
{
"key": "OnTraversalInProgress",
"details": {
"name": "OnTraversalInProgress"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Distance",
"tooltip": "Distance remaining"
}
}
]
},
{
"key": "OnTraversalComplete",
"details": {
"name": "OnTraversalComplete"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
}
]
},
{
"key": "OnTraversalCancelled",
"details": {
"name": "OnTraversalCancelled"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"tooltip": "Navigation request Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,94 @@
{
"entries": [
{
"key": "ProfilingCaptureNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ProfilingCaptureNotificationBus"
},
"methods": [
{
"key": "OnCaptureQueryTimestampFinished",
"details": {
"name": "OnCaptureQueryTimestampFinished"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
},
{
"key": "OnCaptureCpuFrameTimeFinished",
"details": {
"name": "OnCaptureCpuFrameTimeFinished"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
},
{
"key": "OnCaptureQueryPipelineStatisticsFinished",
"details": {
"name": "OnCaptureQueryPipelineStatisticsFinished"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
},
{
"key": "OnCaptureBenchmarkMetadataFinished",
"details": {
"name": "OnCaptureBenchmarkMetadataFinished"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,76 @@
{
"entries": [
{
"key": "ScriptBuildingNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ScriptBuildingNotificationBus"
},
"methods": [
{
"key": "OnUpdateManifest",
"details": {
"name": "OnUpdateManifest"
},
"params": [
{
"typeid": "{1F2E6142-B0D8-42C6-A6E5-CD726DAA9EF0}",
"details": {
"name": ""
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
},
{
"key": "OnPrepareForExport",
"details": {
"name": "OnPrepareForExport"
},
"params": [
{
"typeid": "{1F2E6142-B0D8-42C6-A6E5-CD726DAA9EF0}",
"details": {
"name": ""
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
}
},
{
"typeid": "{1C76A51F-431B-4987-B653-CFCC940D0D0F}",
"details": {
"name": ""
}
}
],
"results": [
{
"typeid": "{1C76A51F-431B-4987-B653-CFCC940D0D0F}",
"details": {
"name": ""
}
}
]
}
]
}
]
}
@@ -0,0 +1,103 @@
{
"entries": [
{
"key": "SequenceComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Sequence",
"category": "Animation"
},
"methods": [
{
"key": "OnStart",
"details": {
"name": "On Start"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "OnStop",
"details": {
"name": "On Stop"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "OnPause",
"details": {
"name": "On Pause"
}
},
{
"key": "OnResume",
"details": {
"name": "On Resume"
}
},
{
"key": "OnAbort",
"details": {
"name": "On Abort"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "OnUpdate",
"details": {
"name": "On Update"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "OnTrackEventTriggered",
"details": {
"name": "On Track Event Triggered"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
}
]
}
]
}
@@ -0,0 +1,29 @@
{
"entries": [
{
"key": "ShapeComponentNotificationsBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Shape Component",
"category": "Shape"
},
"methods": [
{
"key": "OnShapeChanged",
"details": {
"name": "On Shape Changed"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}
@@ -0,0 +1,38 @@
{
"entries": [
{
"key": "SimpleStateComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Simple State",
"category": "Gameplay"
},
"methods": [
{
"key": "OnStateChanged",
"details": {
"name": "On State Changed",
"tooltip": "Notifies that the state has changed from state oldName to state newName"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Old State",
"tooltip": "Name of the old state"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "New State",
"tooltip": "Name of the new state"
}
}
]
}
]
}
]
}
@@ -0,0 +1,104 @@
{
"entries": [
{
"key": "SpawnerComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Spawner",
"category": "Gameplay"
},
"methods": [
{
"key": "OnSpawnBegin",
"details": {
"name": "On Spawn Begin",
"tooltip": "Notifies when the spawn starts"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
}
}
]
},
{
"key": "OnSpawnEnd",
"details": {
"name": "On Spawn End",
"tooltip": "Notifies when the spawn completes"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
}
}
]
},
{
"key": "OnEntitySpawned",
"details": {
"name": "On Entity Spawned",
"tooltip": "Notify that an entity has spawned, will be called once for each entity spawned in a slice"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "EntityID of the spawned entity, for each spawned entity"
}
}
]
},
{
"key": "OnSpawnedSliceDestroyed",
"details": {
"name": "OnSpawnedSliceDestroyed"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
}
}
]
},
{
"key": "OnEntitiesSpawned",
"details": {
"name": "OnEntitiesSpawned"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
}
},
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
}
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"entries": [
{
"key": "SubmarineEvents",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "SubmarineEvents"
},
"methods": [
{
"key": "SetSpeed",
"details": {
"name": "SetSpeed"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "SetSpeed"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "TagComponentNotificationsBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Tag",
"category": "Gameplay"
},
"methods": [
{
"key": "OnTagAdded",
"details": {
"name": "On Tag Added",
"tooltip": "Executes when a tag is added to the source entity"
},
"params": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag",
"tooltip": "The tag that was added to the source entity"
}
}
]
},
{
"key": "OnTagRemoved",
"details": {
"name": "On Tag Removed",
"tooltip": "Executes when a tag is removed from the source entity"
},
"params": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag",
"tooltip": "The tag that was removed from the source entity"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "TagGlobalNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Tag",
"category": "Gameplay"
},
"methods": [
{
"key": "OnEntityTagAdded",
"details": {
"name": "On Entity Tag Added",
"tooltip": "Executes when the specified source tag is added to any entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "The ID of the entity that the tag was added to"
}
}
]
},
{
"key": "OnEntityTagRemoved",
"details": {
"name": "On Entity Tag Removed",
"tooltip": "Executes when the specified source tag is removed from any entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "The ID of the entity that the tag was removed from"
}
}
]
}
]
}
]
}
@@ -0,0 +1,54 @@
{
"entries": [
{
"key": "TickBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Tick",
"category": "Timing"
},
"methods": [
{
"key": "OnTick",
"details": {
"name": "On Tick",
"tooltip": "Signals that the application has issued a tick"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Delta",
"tooltip": "The delta (in seconds) from the previous tick and the current time"
}
},
{
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
"details": {
"name": "Time",
"tooltip": "The current time relatve to the epoch (January 1, 1970)"
}
}
]
},
{
"key": "GetTickOrder",
"details": {
"name": "Get Tick Order",
"tooltip": "Specifies the order in which a handler receives tick events relative to other handlers"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Order",
"tooltip": "A value specifying this handler's relative order"
}
}
]
}
]
}
]
}
@@ -0,0 +1,44 @@
{
"entries": [
{
"key": "ToolsApplicationNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ToolsApplicationNotificationBus"
},
"methods": [
{
"key": "EntityRegistered",
"details": {
"name": "EntityRegistered"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "EntityDeregistered",
"details": {
"name": "EntityDeregistered"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,302 @@
{
"entries": [
{
"key": "TraceMessageBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "TraceMessageBus"
},
"methods": [
{
"key": "OnPreAssert",
"details": {
"name": "OnPreAssert"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnPreError",
"details": {
"name": "OnPreError"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnPreWarning",
"details": {
"name": "OnPreWarning"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnAssert",
"details": {
"name": "OnAssert"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnError",
"details": {
"name": "OnError"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnWarning",
"details": {
"name": "OnWarning"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnException",
"details": {
"name": "OnException"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnPrintf",
"details": {
"name": "OnPrintf"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "OnOutput",
"details": {
"name": "OnOutput"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}
@@ -0,0 +1,93 @@
{
"entries": [
{
"key": "TransformNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Transform",
"category": "Entity"
},
"methods": [
{
"key": "OnTransformChanged",
"details": {
"name": "On Transform Changed",
"tooltip": "Signals that the local or world transform of the entity changed"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Local Transform",
"tooltip": "A reference to the new local transform of the entity"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "World Transform",
"tooltip": "A reference to the new world transform of the entity"
}
}
]
},
{
"key": "OnParentChanged",
"details": {
"name": "On Parent Changed",
"tooltip": "Signals that the parent of the entity changed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Old Parent",
"tooltip": "The EntityID of the old parent. The EntityID is invalid if there was no old parent"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "New Parent",
"tooltip": "The EntityID of the new parent. The EntityID is invalid if there is no new parent"
}
}
]
},
{
"key": "OnChildAdded",
"details": {
"name": "On Child Added",
"tooltip": "Signals that a child was added to the entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Child",
"tooltip": "The EntityID of the added child"
}
}
]
},
{
"key": "OnChildRemoved",
"details": {
"name": "On Child Removed",
"tooltip": "Signals that a child was removed from the entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Child",
"tooltip": "The EntityID of the removed child"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "TriggerNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Trigger",
"category": "PhysX"
},
"methods": [
{
"key": "OnTriggerEnter",
"details": {
"name": "On Trigger Enter",
"tooltip": "Triggered when another collider enters this trigger"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnTriggerExit",
"details": {
"name": "On Trigger Exit",
"tooltip": "Triggered when another collider exits this trigger"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "UiAnimationNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Animation",
"category": "UI"
},
"methods": [
{
"key": "OnUiAnimationEvent",
"details": {
"name": "On Animation Event",
"tooltip": "Executes when an animation event occurs"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Event Type",
"tooltip": "The type of animation event that occurred (0=Started, 1=Stopped, 2=Aborted, 3=Updated)"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Sequence Name",
"tooltip": "The name of the sequence that triggered the event"
}
}
]
},
{
"key": "OnUiTrackEvent",
"details": {
"name": "OnUiTrackEvent"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,22 @@
{
"entries": [
{
"key": "UiButtonNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Button",
"category": "UI"
},
"methods": [
{
"key": "OnButtonClick",
"details": {
"name": "On Button Click",
"tooltip": "Executes when the button has been clicked"
}
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"entries": [
{
"key": "UiCanvasAssetRefNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Canvas Asset Ref",
"category": "UI"
},
"methods": [
{
"key": "OnCanvasLoadedIntoEntity",
"details": {
"name": "On Canvas Loaded Into Entity",
"tooltip": "Executes when the canvas asset reference loads a canvas"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Canvas EntityID",
"tooltip": "The canvas that was loaded"
}
}
]
}
]
}
]
}
@@ -0,0 +1,157 @@
{
"entries": [
{
"key": "UiCanvasInputNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Canvas Input",
"category": "UI"
},
"methods": [
{
"key": "OnCanvasPrimaryPressed",
"details": {
"name": "On Canvas Primary Pressed",
"tooltip": "Executes on a positional input press"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Pressed EntityID",
"tooltip": "The element that was pressed or an invalid entityID if no element was pressed"
}
}
]
},
{
"key": "OnCanvasPrimaryReleased",
"details": {
"name": "On Canvas Primary Released",
"tooltip": "Executes on a positional input release"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Released EntityID",
"tooltip": "The element that was released or an invalid EntityID if no element was released"
}
}
]
},
{
"key": "OnCanvasMultiTouchPressed",
"details": {
"name": "On Canvas Multi-touch Pressed",
"tooltip": "Executes on a positional input press"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Pressed EntityID",
"tooltip": "The element that was pressed or an invalid entityID if no element was pressed"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Multi-touch Index",
"tooltip": "The multi-touch index"
}
}
]
},
{
"key": "OnCanvasMultiTouchReleased",
"details": {
"name": "On Canvas Multi-touch Released",
"tooltip": "Executes on a positional input release"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Released EntityID",
"tooltip": "The element that was released or an invalid EntityID if no element was released"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Multi-touch Index",
"tooltip": "The multi-touch index"
}
}
]
},
{
"key": "OnCanvasHoverStart",
"details": {
"name": "On Canvas Hover Start",
"tooltip": "Executes when an element starts being hovered"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element that has started being hovered"
}
}
]
},
{
"key": "OnCanvasHoverEnd",
"details": {
"name": "On Canvas Hover End",
"tooltip": "Executes when an element ends being hovered"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element that ended being hovered"
}
}
]
},
{
"key": "OnCanvasEnterPressed",
"details": {
"name": "On Canvas Enter Pressed",
"tooltip": "Executes when the “enter” key is pressed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Pressed EntityID",
"tooltip": "The element that was pressed or an invalid entityID if no element was pressed"
}
}
]
},
{
"key": "OnCanvasEnterReleased",
"details": {
"name": "On Canvas Enter Released",
"tooltip": "Executes when the enter key is released"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Released EntityID",
"tooltip": "The element that was released or an invalid entityID if no element was released"
}
}
]
}
]
}
]
}
@@ -0,0 +1,38 @@
{
"entries": [
{
"key": "UiCanvasNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Canvas",
"category": "UI"
},
"methods": [
{
"key": "OnAction",
"details": {
"name": "On Action",
"tooltip": "Executes when the canvas sends an action"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element that triggered the action"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action Name",
"tooltip": "The name of the action"
}
}
]
}
]
}
]
}
@@ -0,0 +1,38 @@
{
"entries": [
{
"key": "UiCanvasRefNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Canvas Ref",
"category": "UI"
},
"methods": [
{
"key": "OnCanvasRefChanged",
"details": {
"name": "On Canvas Ref Changed",
"tooltip": "Executes when the canvas referenced by a UiCanvasAssetRefComponent has changed. This can happen when \"Load Canvas\", \"Unload Canvas\", or \"Set Canvas Ref Entity\" is called"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Canvas Ref EntityID",
"tooltip": "The entity associated with the canvas"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Canvas EntityID",
"tooltip": "The canvas"
}
}
]
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"entries": [
{
"key": "UiCheckboxNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Checkbox",
"category": "UI"
},
"methods": [
{
"key": "OnCheckboxStateChange",
"details": {
"name": "On Checkbox State Change",
"tooltip": "Executes when the checkbox state has changed"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Checked",
"tooltip": "Indicates whether the checkbox is checked"
}
}
]
}
]
}
]
}
@@ -0,0 +1,63 @@
{
"entries": [
{
"key": "UiDraggableNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Draggable",
"category": "UI"
},
"methods": [
{
"key": "OnDragStart",
"details": {
"name": "On Drag Start",
"tooltip": "Executes when dragging is detected on the draggable component. For mouse or touch input, this occurs when movement has been detected after the press or touch"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position",
"tooltip": "The position of the start of the drag"
}
}
]
},
{
"key": "OnDrag",
"details": {
"name": "On Drag",
"tooltip": "Executes each time the drag position changes during dragging. \"On Drag\" events happen only between \"On Drag Start\" and \"On Drag End\" events"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position",
"tooltip": "The position of the drag"
}
}
]
},
{
"key": "OnDragEnd",
"details": {
"name": "On Drag End",
"tooltip": "Executes at the end of dragging when the release input event occurs. The \"On Drag End\" notification is sent before the \"On Drop\" drop target notification"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position",
"tooltip": "The position of the end of the drag"
}
}
]
}
]
}
]
}
@@ -0,0 +1,63 @@
{
"entries": [
{
"key": "UiDropTargetNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Drop Target",
"category": "UI"
},
"methods": [
{
"key": "OnDropHoverStart",
"details": {
"name": "On Drop Hover Start",
"tooltip": "Executes when the focus starts to be on the drop target during dragging"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Dragged EntityID",
"tooltip": "The draggable element that is being dragged"
}
}
]
},
{
"key": "OnDropHoverEnd",
"details": {
"name": "On Drop Hover End",
"tooltip": "Executes when the focus stops being on the drop target during dragging"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Dragged EntityID",
"tooltip": "The draggable element that is being dragged"
}
}
]
},
{
"key": "OnDrop",
"details": {
"name": "On Drop",
"tooltip": "Executes when a draggable element is dropped on the drop target. Implement the game logic of what should happen on drag and drop here"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Dropped EntityID",
"tooltip": "The draggable element that was dropped"
}
}
]
}
]
}
]
}
@@ -0,0 +1,45 @@
{
"entries": [
{
"key": "UiDropdownNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Dropdown",
"category": "UI"
},
"methods": [
{
"key": "OnDropdownExpanded",
"details": {
"name": "On Dropdown Expanded",
"tooltip": "Executes when the dropdown is expanded"
}
},
{
"key": "OnDropdownCollapsed",
"details": {
"name": "On Dropdown Collapsed",
"tooltip": "Executes when the dropdown is collapsed"
}
},
{
"key": "OnDropdownValueChanged",
"details": {
"name": "On Dropdown Value Changed",
"tooltip": "Executes when an option is selected"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Option EntityID",
"tooltip": "The option element that was selected"
}
}
]
}
]
}
]
}
@@ -0,0 +1,22 @@
{
"entries": [
{
"key": "UiDropdownOptionNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Dropdown Option",
"category": "UI"
},
"methods": [
{
"key": "OnDropdownOptionSelected",
"details": {
"name": "On Dropdown Option Selected",
"tooltip": "Executes when the dropdown option was selected"
}
}
]
}
]
}
@@ -0,0 +1,235 @@
{
"entries": [
{
"key": "UiDynamicScrollBoxDataBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Dynamic Scroll Box Data",
"category": "UI",
"tooltip": "Provides a dynamic scrollbox with the information it needs to build the list"
},
"methods": [
{
"key": "GetNumElements",
"details": {
"name": "Get Number Of Elements",
"tooltip": "Gets the number of elements in the list. Called when the list is being constructed (in the component's InGamePostActivate or when RefreshContent is being called explicitly). Used with lists that are not divided into sections"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "GetElementWidth",
"details": {
"name": "Get Element Width",
"tooltip": "Gets the width of an element at the specified index. Called when an elements size is needed by a horizontal list of variable element sizes, and the “auto calculate size” option is disabled. Used with lists that are not divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element"
}
}
]
},
{
"key": "GetElementHeight",
"details": {
"name": "Get Element Height",
"tooltip": "Gets the height of an element at the specified index. Called when an elements size is needed by a vertical list of variable element sizes, and the “auto calculate size” option is disabled. Used with lists that are not divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element"
}
}
]
},
{
"key": "GetNumSections",
"details": {
"name": "Get Number Of Sections",
"tooltip": "Gets the number of sections in the list. Called when the list is being constructed (in the component's InGamePostActivate or when RefreshContent is being called explicitly). Used with lists that are divided into section"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
},
{
"key": "GetNumElementsInSection",
"details": {
"name": "Get Num Elements in Section",
"tooltip": "Gets the number of elements in the specified section. Called when the list is being constructed (in the component's InGamePostActivate or when RefreshContent is being called explicitly). Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
],
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
]
},
{
"key": "GetElementInSectionWidth",
"details": {
"name": "Get Element In Section Width",
"tooltip": "Gets the width of an element at the specified section and element index. Called when an elements size is needed by a horizontal list of variable element sizes, and the “auto calculate size” option is disabled. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element in the specified section"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
]
},
{
"key": "GetElementInSectionHeight",
"details": {
"name": "Get Element In Section Height",
"tooltip": "Gets the height of an element at the specified section and element index. Called when an elements size is needed by a vertical list of variable element sizes, and the “auto calculate size” option is disabled. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the element in the specified section"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
]
},
{
"key": "GetSectionHeaderWidth",
"details": {
"name": "Get Section Header Width",
"tooltip": "Gets the width of a header at the specified section. Called when a headers size is needed by a horizontal list of variable header sizes, and the “auto calculate size” option is disabled. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
]
},
{
"key": "GetSectionHeaderHeight",
"details": {
"name": "Get Section Header Height",
"tooltip": "Gets the height of a header at the specified section. Called when a header's size is needed by a vertical list of variable header sizes, and the “auto calculate size” option is disabled. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section"
}
}
]
}
]
}
]
}
@@ -0,0 +1,168 @@
{
"entries": [
{
"key": "UiDynamicScrollBoxElementNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Dynamic Scroll Box Element Changes",
"category": "UI",
"tooltip": "Create this handler to receive notifications of dynamic scrollbox element state changes, such as when an element is about to scroll into view"
},
"methods": [
{
"key": "OnElementBecomingVisible",
"details": {
"name": "On Element Becoming Visible",
"tooltip": "Executes when a child of the scroll box is about to become visible. Use this event to populate the child with data for display"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The child that is about to become visible"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the child that is about to become visible"
}
}
]
},
{
"key": "OnPrepareElementForSizeCalculation",
"details": {
"name": "On Prepare Element For Size Calculation",
"tooltip": "Executes when elements have variable sizes and are set to auto calculate. Used with lists that are not divided into sections"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element being prepared"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the child that is being prepared"
}
}
]
},
{
"key": "OnElementInSectionBecomingVisible",
"details": {
"name": "On Element In Section Becoming Visible",
"tooltip": "Executes when an element in a section is about to become visible. Used to populate the element with data for display. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element becoming visible"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section that contains the element"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the child that is becoming visible"
}
}
]
},
{
"key": "OnPrepareElementInSectionForSizeCalculation",
"details": {
"name": "On Prepare Element In Section For Size Calculation",
"tooltip": "Executes when elements in sections have variable sizes and are set to auto calculate. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element being prepared"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section that is being prepared"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Element Index",
"tooltip": "The index of the child that is being prepared"
}
}
]
},
{
"key": "OnSectionHeaderBecomingVisible",
"details": {
"name": "On Section Header Becoming Visible",
"tooltip": "Executes when a header is about to become visible. Used to populate the header with data for display. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The header element becoming visible"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section that contains the header"
}
}
]
},
{
"key": "OnPrepareSectionHeaderForSizeCalculation",
"details": {
"name": "On Prepare Section Header For Size Calculation",
"tooltip": "Executes when headers have variable sizes and are set to auto calculate. Used with lists that are divided into sections"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"tooltip": "The element being prepared"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Section Index",
"tooltip": "The index of the section that is being prepared"
}
}
]
}
]
}
]
}
@@ -0,0 +1,36 @@
{
"entries": [
{
"key": "UiFaderNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Fader",
"category": "UI"
},
"methods": [
{
"key": "OnFadeComplete",
"details": {
"name": "On Fade Complete",
"tooltip": "Executes when the fade is done"
}
},
{
"key": "OnFadeInterrupted",
"details": {
"name": "On Fade Interrupted",
"tooltip": "Executes when the fade has been interrupted"
}
},
{
"key": "OnFaderDestroyed",
"details": {
"name": "On Fader Destroyed",
"tooltip": "Executes when the fader component has been destroyed"
}
}
]
}
]
}
@@ -0,0 +1,36 @@
{
"entries": [
{
"key": "UiFlipbookAnimationNotificationsBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Flipbook Animation",
"category": "UI"
},
"methods": [
{
"key": "OnAnimationStarted",
"details": {
"name": "On Animation Started",
"tooltip": "Executes when the flipbook animation has begun playing"
}
},
{
"key": "OnAnimationStopped",
"details": {
"name": "On Animation Stopped",
"tooltip": "Executes when the flipbook animation has stopped playing"
}
},
{
"key": "OnLoopSequenceCompleted",
"details": {
"name": "On Loop Sequence Completed",
"tooltip": "Executes when the flipbook animation has completed one loop iteration. This triggers only when the \"Loop Type\" of the flipbook animation is configured to anything other than \"None\".\n\nFor \"Linear\" loops, this triggers when \"End Frame\" is displayed.\n\nFor \"Ping Pong\" loops, this triggers when either \"Start Frame\" or \"End Frame\" is displayed (depending on the current loop direction of the loop)"
}
}
]
}
]
}
@@ -0,0 +1,22 @@
{
"entries": [
{
"key": "UiInitializationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Initialization",
"category": "UI"
},
"methods": [
{
"key": "InGamePostActivate",
"details": {
"name": "In-game Post-activate",
"tooltip": "Executes after all loaded UI elements have been activated and their parent and canvas references fixed-up"
}
}
]
}
]
}
@@ -0,0 +1,59 @@
{
"entries": [
{
"key": "UiInteractableNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Interactable",
"category": "UI"
},
"methods": [
{
"key": "OnHoverStart",
"details": {
"name": "On Hover Start",
"tooltip": "Executes when the interactive element starts being hovered"
}
},
{
"key": "OnHoverEnd",
"details": {
"name": "On Hover End",
"tooltip": "Executes when the interactive element ends being hovered"
}
},
{
"key": "OnPressed",
"details": {
"name": "On Pressed",
"tooltip": "Executes when the interactive element has been pressed"
}
},
{
"key": "OnReleased",
"details": {
"name": "On Released",
"tooltip": "Executes when the interactive element has been released"
}
},
{
"key": "OnReceivedHoverByNavigatingFromDescendant",
"details": {
"name": "On Received Hover By Navigating From Descendant",
"tooltip": "Executes when the interactive element receives the hover by being navigated to from a descendant"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Descendant EntityID",
"tooltip": "The descendant element"
}
}
]
}
]
}
]
}
@@ -0,0 +1,165 @@
{
"entries": [
{
"key": "UiMarkupButtonNotificationsBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Markup Button",
"category": "UI"
},
"methods": [
{
"key": "OnHoverStart",
"details": {
"name": "On Hover Start",
"tooltip": "Executes when the button has become hovered"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnHoverEnd",
"details": {
"name": "On Hover End",
"tooltip": "Executes when the button is no longer hovered"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnPressed",
"details": {
"name": "On Pressed",
"tooltip": "Executes when the button receives a press event"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnReleased",
"details": {
"name": "On Released",
"tooltip": "Executes when the button receives a release event"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
},
{
"key": "OnClick",
"details": {
"name": "On Click",
"tooltip": "Executes when the button is clicked (a release on the button following a press on the button)"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Action",
"tooltip": "The action string of the clickable text"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Data",
"tooltip": "The data string of the clickable text"
}
}
]
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"entries": [
{
"key": "UiRadioButtonGroupNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Radio Button Group",
"category": "UI"
},
"methods": [
{
"key": "OnRadioButtonGroupStateChange",
"details": {
"name": "On Radio Button Group State Change",
"tooltip": "Executes when the radio button group state has changed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Radio Button EntityID",
"tooltip": "The radio button that is checked"
}
}
]
}
]
}
]
}
@@ -0,0 +1,31 @@
{
"entries": [
{
"key": "UiRadioButtonNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Radio Button",
"category": "UI"
},
"methods": [
{
"key": "OnRadioButtonStateChange",
"details": {
"name": "On RadioButton State Change",
"tooltip": "Executes when the radio button state has changed"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Checked",
"tooltip": "Indicates whether the radio button is checked"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "UiScrollBoxNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Scroll Box",
"category": "UI"
},
"methods": [
{
"key": "OnScrollOffsetChanging",
"details": {
"name": "On Scroll Offset Changing",
"tooltip": "Executes when the scroll offset is changing"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Scroll Offset",
"tooltip": "The new scroll offset"
}
}
]
},
{
"key": "OnScrollOffsetChanged",
"details": {
"name": "On Scroll Offset Changed",
"tooltip": "Executes when the scroll offset has changed"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Scroll Offset",
"tooltip": "The new scroll offset"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "UiScrollableNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Scrollable",
"category": "UI"
},
"methods": [
{
"key": "OnScrollableValueChanging",
"details": {
"name": "On Scrollable Value Changing",
"tooltip": "Executes when the scroll value is changing"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Scroll Value",
"tooltip": "The new scroll value [0-1]"
}
}
]
},
{
"key": "OnScrollableValueChanged",
"details": {
"name": "On Scrollable Value Changed",
"tooltip": "Executes when the scroll value has changed"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Scroll Value",
"tooltip": "The new scroll value [0-1]"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "UiScrollerNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Scroller",
"category": "UI"
},
"methods": [
{
"key": "OnScrollerValueChanging",
"details": {
"name": "On Scroller Value Changing",
"tooltip": "Executes when the scroller value is changing"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Scroller Value",
"tooltip": "The new scroller value [0-1]"
}
}
]
},
{
"key": "OnScrollerValueChanged",
"details": {
"name": "On Scroller Value Changed",
"tooltip": "Executes when the scroller value has changed"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Scroller Value",
"tooltip": "The new scroller value [0-1]"
}
}
]
}
]
}
]
}
@@ -0,0 +1,47 @@
{
"entries": [
{
"key": "UiSliderNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Slider",
"category": "UI"
},
"methods": [
{
"key": "OnSliderValueChanging",
"details": {
"name": "On Slider Value Changing",
"tooltip": "Executes when the slider value is changing"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Slider Value",
"tooltip": "The new slider value"
}
}
]
},
{
"key": "OnSliderValueChanged",
"details": {
"name": "On Slider Value Changed",
"tooltip": "Executes when the slider value has finished changing"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Slider Value",
"tooltip": "The new slider value"
}
}
]
}
]
}
]
}
@@ -0,0 +1,132 @@
{
"entries": [
{
"key": "UiSpawnerNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Spawner",
"category": "UI"
},
"methods": [
{
"key": "OnSpawnBegin",
"details": {
"name": "On Spawn Begin",
"tooltip": "Executes when the slice has been spawned, but entities have not yet been activated. \"On Entity Spawned\" events are about to be dispatched"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
}
]
},
{
"key": "OnEntitySpawned",
"details": {
"name": "On Entity Spawned",
"tooltip": "Executes when an entity has been created during a spawn. Called once for each entity created while spawning a slice"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Spawned EntityID",
"tooltip": "The spawned entity"
}
}
]
},
{
"key": "OnEntitiesSpawned",
"details": {
"name": "On Entities Spawned",
"tooltip": "Executes when all entities have been created during a spawn.\n\nCalled only once for each spawn request. Called after the \"On Entity Spawned\" calls and before the \"On Spawn End\" call"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
},
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "Spawned EntityIDs",
"tooltip": "A list of all entities that were created during the spawn"
}
}
]
},
{
"key": "OnTopLevelEntitiesSpawned",
"details": {
"name": "On Top Level Entities Spawned",
"tooltip": "Executes when all top-level entities have been created during the spawn.\n\nTop-level entities are entities that do not have any parent within the slice. Typically, there is only one top-level entity for each slice.\n\nCalled only once for each spawn request. Called after the \"On Entity Spawned\" calls and before the \"On Spawn End\" call"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
},
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "Spawned EntityIDs",
"tooltip": "A list of all top-level entities that were created during the spawn"
}
}
]
},
{
"key": "OnSpawnEnd",
"details": {
"name": "On Spawn End",
"tooltip": "Executes when a slice has been spawned. Called once for each spawn request. All \"On Entity Spawned\" events have been dispatched"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
}
]
},
{
"key": "OnSpawnFailed",
"details": {
"name": "On Spawn Failed",
"tooltip": "Executes when a spawn request has failed"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice Instantiation Ticket",
"tooltip": "The slice instantiation ticket. These can be compared in order to know which spawn request it relates to"
}
}
]
}
]
}
]
}
@@ -0,0 +1,63 @@
{
"entries": [
{
"key": "UiTextInputNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "UI Text Input",
"category": "UI"
},
"methods": [
{
"key": "OnTextInputChange",
"details": {
"name": "On Text Input Change",
"tooltip": "Executes when a character is added, removed, or changed"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text",
"tooltip": "The new text string"
}
}
]
},
{
"key": "OnTextInputEndEdit",
"details": {
"name": "On Text Input End Edit",
"tooltip": "Executes when edit of text is completed"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text",
"tooltip": "The text string"
}
}
]
},
{
"key": "OnTextInputEnter",
"details": {
"name": "On Text Input Enter",
"tooltip": "Executes when \"Enter\" is pressed on the keyboard"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text",
"tooltip": "The text string"
}
}
]
}
]
}
]
}
@@ -0,0 +1,21 @@
{
"entries": [
{
"key": "VariableNotification",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "VariableNotification",
"tooltip": "Notifications from the Variables in the current Script Canvas graph"
},
"methods": [
{
"key": "OnVariableValueChanged",
"details": {
"name": "OnVariableValueChanged"
}
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"entries": [
{
"key": "ViewPaneCallbackBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ViewPaneCallbackBus"
},
"methods": [
{
"key": "CreateViewPaneWidget",
"details": {
"name": "CreateViewPaneWidget"
},
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
}
}
]
}
]
}
]
}