Merge branch 'scripting/text_updates_pass4' into scripting/text_updates_pass5

This commit is contained in:
lsemp3d
2021-11-19 11:17:52 -08:00
87 changed files with 5915 additions and 1745 deletions
@@ -5,8 +5,53 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AtomToolsDocumentSystemSettings"
}
"name": "Document System Settings",
"category": "Atom Tools"
},
"methods": [
{
"key": "GetshowReloadDocumentPrompt",
"details": {
"name": "Get Show Reload Document Prompt"
},
"params": [
{
"typeid": "{9E576D4F-A74A-4326-9135-C07284D0A3B9}",
"details": {
"name": "Document System Settings"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
},
{
"key": "SetshowReloadDocumentPrompt",
"details": {
"name": "Set Show Reload Document Prompt"
},
"params": [
{
"typeid": "{9E576D4F-A74A-4326-9135-C07284D0A3B9}",
"details": {
"name": "Document System Settings"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
}
]
}
]
}
@@ -0,0 +1,141 @@
{
"entries": [
{
"key": "AzFramework::SurfaceData::SurfacePoint",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Surface Point",
"category": "Surface Data"
},
"methods": [
{
"key": "Getposition",
"details": {
"name": "Get Position"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
}
]
},
{
"key": "Setposition",
"details": {
"name": "Set Position"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
}
]
},
{
"key": "Getnormal",
"details": {
"name": "Get Normal"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "Setnormal",
"details": {
"name": "Set Normal"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "GetsurfaceTags",
"details": {
"name": "Get Surface Tags"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
}
],
"results": [
{
"typeid": "{8F60B4D4-06F0-577C-AFB9-ECBFA7B66D4E}",
"details": {
"name": "Surface Tags"
}
}
]
},
{
"key": "SetsurfaceTags",
"details": {
"name": "Set Surface Tags"
},
"params": [
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
},
{
"typeid": "{8F60B4D4-06F0-577C-AFB9-ECBFA7B66D4E}",
"details": {
"name": "Surface Tags"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CollisionEvent"
"name": "Collision Event"
},
"methods": [
{
@@ -13,21 +13,20 @@
"context": "CollisionEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBody1EntityId"
"tooltip": "When signaled, this will invoke Get Body 1 Entity Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBody1EntityId is invoked"
"tooltip": "Signaled after Get Body 1 Entity Id is invoked"
},
"details": {
"name": "CollisionEvent::Get Body 1 EntityId",
"category": "Other"
"name": "Get Body 1 Entity Id"
},
"params": [
{
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
"details": {
"name": "CollisionEvent*"
"name": "Collision Event"
}
}
],
@@ -35,7 +34,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -46,21 +45,20 @@
"context": "CollisionEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBody2EntityId"
"tooltip": "When signaled, this will invoke Get Body 2 Entity Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBody2EntityId is invoked"
"tooltip": "Signaled after Get Body 2 Entity Id is invoked"
},
"details": {
"name": "CollisionEvent::Get Body 2 EntityId",
"category": "Other"
"name": "Get Body 2 Entity Id"
},
"params": [
{
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
"details": {
"name": "CollisionEvent*"
"name": "Collision Event"
}
}
],
@@ -68,11 +66,33 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetContacts",
"details": {
"name": "Get Contacts"
},
"params": [
{
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
"details": {
"name": "Collision Event"
}
}
],
"results": [
{
"typeid": "{009022A1-16A5-50B0-958F-F69C729985A3}",
"details": {
"name": "Contacts"
}
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ComponentID",
"name": "Component Id",
"category": "Entity"
},
"methods": [
@@ -14,21 +14,20 @@
"context": "ComponentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
"tooltip": "When signaled, this will invoke Is Valid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
"tooltip": "Signaled after Is Valid is invoked"
},
"details": {
"name": "ComponentId::IsValid",
"category": "Entity"
"name": "Is Valid"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
"name": "Behavior Component Id*"
}
}
],
@@ -36,7 +35,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Valid"
}
}
]
@@ -53,20 +52,19 @@
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "ComponentId::Equal",
"category": "Entity"
"name": "Equal"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
"name": "Behavior Component Id"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "const BehaviorComponentId&"
"name": "Behavior Component Id"
}
}
],
@@ -74,7 +72,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Equal"
}
}
]
@@ -84,21 +82,20 @@
"context": "ComponentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
"tooltip": "When signaled, this will invoke To String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
"tooltip": "Signaled after To String is invoked"
},
"details": {
"name": "ComponentId::ToString",
"category": "Entity"
"name": "To String"
},
"params": [
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId*"
"name": "Behavior Component Id*"
}
}
],
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Entity",
"name": "Behavior Entity",
"category": "Entity"
},
"methods": [
@@ -14,28 +14,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentName"
"tooltip": "When signaled, this will invoke Get Component Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentName is invoked"
"tooltip": "Signaled after Get Component Name is invoked"
},
"details": {
"name": "Entity::GetComponentName",
"category": "Entity"
"name": "Get Component Name",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
"name": "Behavior Component Id"
}
}
],
@@ -43,7 +43,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::vector<AZ::u64, allocator>"
"name": "Component Name"
}
}
]
@@ -53,28 +53,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentType"
"tooltip": "When signaled, this will invoke Get Component Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentType is invoked"
"tooltip": "Signaled after Get Component Type is invoked"
},
"details": {
"name": "Entity::GetComponentType",
"category": "Entity"
"name": "Get Component Type",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
"name": "Behavior Component Id"
}
}
],
@@ -82,7 +82,7 @@
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Uuid"
"name": "Type"
}
}
]
@@ -92,34 +92,34 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateComponent"
"tooltip": "When signaled, this will invoke Create Component"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateComponent is invoked"
"tooltip": "Signaled after Create Component is invoked"
},
"details": {
"name": "Entity::CreateComponent",
"category": "Entity"
"name": "Create Component",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
"name": "Component Type"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "const ComponentConfig*"
"name": "Component Config*"
}
}
],
@@ -127,7 +127,7 @@
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "Number"
"name": "Behavior Component Id"
}
}
]
@@ -137,28 +137,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroyComponent"
"tooltip": "When signaled, this will invoke Destroy Component"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroyComponent is invoked"
"tooltip": "Signaled after Destroy Component is invoked"
},
"details": {
"name": "Entity::DestroyComponent",
"category": "Entity"
"name": "Destroy Component",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
"name": "Behavior Component Id"
}
}
],
@@ -166,7 +166,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Success"
}
}
]
@@ -176,28 +176,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindComponentOfType"
"tooltip": "When signaled, this will invoke Find Component Of Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindComponentOfType is invoked"
"tooltip": "Signaled after Find Component Of Type is invoked"
},
"details": {
"name": "Entity::FindComponentOfType",
"category": "Entity"
"name": "Find Component Of Type",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
"name": "Component Type"
}
}
],
@@ -205,7 +205,7 @@
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "Component ID"
"name": "Behavior Component Id"
}
}
]
@@ -215,34 +215,34 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetComponentConfiguration"
"tooltip": "When signaled, this will invoke Set Component Configuration"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetComponentConfiguration is invoked"
"tooltip": "Signaled after Set Component Configuration is invoked"
},
"details": {
"name": "Entity::SetComponentConfiguration",
"category": "Entity"
"name": "Set Component Configuration",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
"name": "Behavior Component Id"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "const ComponentConfig&"
"name": "Component Config"
}
}
],
@@ -250,7 +250,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Success"
}
}
]
@@ -260,21 +260,21 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
"tooltip": "When signaled, this will invoke Is Valid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
"tooltip": "Signaled after Is Valid is invoked"
},
"details": {
"name": "Entity::IsValid",
"category": "Entity/Game Entity"
"name": "Is Valid",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "EntityID",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -283,7 +283,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Valid"
}
}
]
@@ -300,14 +300,14 @@
"tooltip": "Signaled after GetId is invoked"
},
"details": {
"name": "Entity::GetId",
"category": "Entity"
"name": "Get Id",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -316,7 +316,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityID",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -334,14 +334,13 @@
"tooltip": "Signaled after GetOwningContextId is invoked"
},
"details": {
"name": "Entity::GetOwningContextId",
"category": "Entity"
"name": "Get Owning Context Id"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -350,7 +349,7 @@
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Uuid"
"name": "Context Id"
}
}
]
@@ -360,21 +359,21 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponents"
"tooltip": "When signaled, this will invoke Get Components"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponents is invoked"
"tooltip": "Signaled after Get Components is invoked"
},
"details": {
"name": "Entity::GetComponents",
"category": "Entity"
"name": "Get Components",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -393,28 +392,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke FindAllComponentsOfType"
"tooltip": "When signaled, this will invoke Find All Components Of Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after FindAllComponentsOfType is invoked"
"tooltip": "Signaled after Find All Components Of Type is invoked"
},
"details": {
"name": "Entity::FindAllComponentsOfType",
"category": "Entity"
"name": "Find All Components Of Type",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
"name": "Component Type"
}
}
],
@@ -422,7 +421,7 @@
{
"typeid": "{8293031B-ABC3-5CD2-A1CB-1DB6792ADD5C}",
"details": {
"name": "AZStd::vector<AZ::u64, allocator>"
"name": "Components"
}
}
]
@@ -432,34 +431,34 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetComponentConfiguration"
"tooltip": "When signaled, this will invoke Get Component Configuration"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetComponentConfiguration is invoked"
"tooltip": "Signaled after Get Component Configuration is invoked"
},
"details": {
"name": "Entity::GetComponentConfiguration",
"category": "Entity"
"name": "Get Component Configuration",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{60A9A069-9C3D-465A-B7AD-0D6CC803990A}",
"details": {
"name": "BehaviorComponentId"
"name": "Behavior Component Id"
}
},
{
"typeid": "{0A7929DF-2932-40EA-B2B3-79BC1C3490D0}",
"details": {
"name": "ComponentConfig&"
"name": "Component Config"
}
}
],
@@ -467,7 +466,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Success"
}
}
]
@@ -477,28 +476,28 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetName"
"tooltip": "When signaled, this will invoke Set Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetName is invoked"
"tooltip": "Signaled after Set Name is invoked"
},
"details": {
"name": "Entity::SetName",
"category": "Entity"
"name": "Set Name",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Name"
}
}
]
@@ -508,21 +507,21 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsActivated"
"tooltip": "When signaled, this will invoke Is Activated"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsActivated is invoked"
"tooltip": "Signaled after Is Activated is invoked"
},
"details": {
"name": "Entity::IsActivated",
"category": "Entity"
"name": "Is Activated",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -531,7 +530,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Activated"
}
}
]
@@ -548,14 +547,14 @@
"tooltip": "Signaled after Activate is invoked"
},
"details": {
"name": "Entity::Activate",
"category": "Entity"
"name": "Activate",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -573,14 +572,14 @@
"tooltip": "Signaled after Deactivate is invoked"
},
"details": {
"name": "Entity::Deactivate",
"category": "Entity"
"name": "Deactivate",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -591,21 +590,21 @@
"context": "Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetName"
"tooltip": "When signaled, this will invoke Get Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetName is invoked"
"tooltip": "Signaled after Get Name is invoked"
},
"details": {
"name": "Entity::GetName",
"category": "Entity"
"name": "GetName",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -614,7 +613,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
"name": "Name"
}
}
]
@@ -631,14 +630,14 @@
"tooltip": "Signaled after Exists is invoked"
},
"details": {
"name": "Entity::Exists",
"category": "Entity"
"name": "Exists",
"category": "Other"
},
"params": [
{
"typeid": "{41CC88A4-FE07-48E6-943D-998DE68AFF5C}",
"details": {
"name": "BehaviorEntity*",
"name": "Behavior Entity",
"tooltip": "Entity"
}
}
@@ -647,7 +646,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Exists"
}
}
]
@@ -5,8 +5,262 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ExposureControlConfig"
}
"name": "Exposure Control Config"
},
"methods": [
{
"key": "GetautoExposureSpeedUp",
"details": {
"name": "Get Auto Exposure Speed Up"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Speed Up"
}
}
]
},
{
"key": "SetautoExposureSpeedUp",
"details": {
"name": "Set Auto Exposure Speed Up"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Speed Up"
}
}
]
},
{
"key": "GetautoExposureSpeedDown",
"details": {
"name": "Get Auto Exposure Speed Down"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Speed Down"
}
}
]
},
{
"key": "SetautoExposureSpeedDown",
"details": {
"name": "Setauto Exposure Speed Down"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Exposure Speed Down"
}
}
]
},
{
"key": "GetautoExposureMax",
"details": {
"name": "Get Auto Exposure Max"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Max"
}
}
]
},
{
"key": "SetautoExposureMax",
"details": {
"name": "Set Auto Exposure Max"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Max"
}
}
]
},
{
"key": "GetautoExposureMin",
"details": {
"name": "Get Auto Exposure Min"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Min"
}
}
]
},
{
"key": "SetautoExposureMin",
"details": {
"name": "Set Auto Exposure Min"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Auto Exposure Min"
}
}
]
},
{
"key": "GetexposureControlType",
"details": {
"name": "Get Exposure Control Type"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Exposure Control Type"
}
}
]
},
{
"key": "SetexposureControlType",
"details": {
"name": "Set Exposure Control Type"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Exposure Control Type"
}
}
]
},
{
"key": "GetcompensateValue",
"details": {
"name": "Get Compensate Value"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Compensate Value"
}
}
]
},
{
"key": "SetcompensateValue",
"details": {
"name": "Set Compensate Value"
},
"params": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Compensate Value"
}
}
]
}
]
}
]
}
@@ -5,8 +5,346 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LightConfig"
}
"name": "Light Config"
},
"methods": [
{
"key": "GetshadowmapSize",
"details": {
"name": "Get Shadowmap Size"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{3EC1CE83-483D-41FD-9909-D22B03E56F4E}",
"details": {
"name": "Shadowmap Size"
}
}
]
},
{
"key": "SetshadowmapSize",
"details": {
"name": "Set Shadowmap Size"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{3EC1CE83-483D-41FD-9909-D22B03E56F4E}",
"details": {
"name": "Shadowmap Size"
}
}
]
},
{
"key": "GetshadowCascadeCount",
"details": {
"name": "Get Shadow Cascade Count"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{ECA0B403-C4F8-4B86-95FC-81688D046E40}",
"details": {
"name": "Shadow Cascade Count"
}
}
]
},
{
"key": "SetshadowCascadeCount",
"details": {
"name": "Set Shadow Cascade Count"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{ECA0B403-C4F8-4B86-95FC-81688D046E40}",
"details": {
"name": "Shadow Cascade Count"
}
}
]
},
{
"key": "GetenableShadowDebugColoring",
"details": {
"name": "Get Enable Shadow Debug Coloring"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enable"
}
}
]
},
{
"key": "SetenableShadowDebugColoring",
"details": {
"name": "Set Enable Shadow Debug Coloring"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enable"
}
}
]
},
{
"key": "Getintensity",
"details": {
"name": "Get Intensity"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Intensity"
}
}
]
},
{
"key": "Setintensity",
"details": {
"name": "Set Intensity"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Intensity"
}
}
]
},
{
"key": "GetshadowRatioLogarithmUniform",
"details": {
"name": "Get Shadow Ratio Logarithm Uniform"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Ratio Logarithm Uniform"
}
}
]
},
{
"key": "SetshadowRatioLogarithmUniform",
"details": {
"name": "Set Shadow Ratio Logarithm Uniform"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Ratio Logarithm Uniform"
}
}
]
},
{
"key": "Getcolor",
"details": {
"name": "Get Color"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Setcolor",
"details": {
"name": "Set Color"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
}
]
},
{
"key": "Getdirection",
"details": {
"name": "Get Direction"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "Setdirection",
"details": {
"name": "Set Direction"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "GetshadowFarClipDistance",
"details": {
"name": "Get Shadow Far Clip Distance"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Far Clip Distance"
}
}
]
},
{
"key": "SetshadowFarClipDistance",
"details": {
"name": "Set Shadow Far Clip Distance"
},
"params": [
{
"typeid": "{02644F52-9483-47A8-9028-37671695C34E}",
"details": {
"name": "Light Config"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Far Clip Distance"
}
}
]
}
]
}
]
}
@@ -5,8 +5,430 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "LightingPreset"
}
"name": "Lighting Preset"
},
"methods": [
{
"key": "GetshadowCatcherOpacity",
"details": {
"name": "Get Shadow Catcher Opacity"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Catcher Opacity"
}
}
]
},
{
"key": "SetshadowCatcherOpacity",
"details": {
"name": "Set Shadow Catcher Opacity"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Shadow Catcher Opacity"
}
}
]
},
{
"key": "GetskyboxExposure",
"details": {
"name": "Get Skybox Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Skybox Exposure"
}
}
]
},
{
"key": "SetskyboxExposure",
"details": {
"name": "Set Skybox Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Skybox Exposure"
}
}
]
},
{
"key": "Getlights",
"details": {
"name": "Get Lights"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{33492660-D9A8-5E84-9CFB-03CBCD87919F}",
"details": {
"name": "Light Configs"
}
}
]
},
{
"key": "Setlights",
"details": {
"name": "Set Lights"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{33492660-D9A8-5E84-9CFB-03CBCD87919F}",
"details": {
"name": "Light Configs"
}
}
]
},
{
"key": "GetiblExposure",
"details": {
"name": "Get IBL Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "IBL Exposure"
}
}
]
},
{
"key": "SetiblExposure",
"details": {
"name": "Set IBL Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "IBL Exposure"
}
}
]
},
{
"key": "GetskyboxImageAsset",
"details": {
"name": "Get Skybox Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Skybox Image Asset"
}
}
]
},
{
"key": "SetskyboxImageAsset",
"details": {
"name": "Set Skybox Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Skybox Image Asset"
}
}
]
},
{
"key": "GetiblSpecularImageAsset",
"details": {
"name": "Get IBL Specular Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "IBL Specular Image Asset"
}
}
]
},
{
"key": "SetiblSpecularImageAsset",
"details": {
"name": "Set IBL Specular Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "IBL Specular Image Asset"
}
}
]
},
{
"key": "GetdisplayName",
"details": {
"name": "Get Display Name"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Display Name"
}
}
]
},
{
"key": "SetdisplayName",
"details": {
"name": "Set Display Name"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Display Name"
}
}
]
},
{
"key": "GetalternateSkyboxImageAsset",
"details": {
"name": "Get Alternate Skybox Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Alternate Skybox Image Asset"
}
}
]
},
{
"key": "SetalternateSkyboxImageAsset",
"details": {
"name": "Set Alternate Skybox Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Alternate Skybox Image Asset"
}
}
]
},
{
"key": "GetiblDiffuseImageAsset",
"details": {
"name": "Get IBL Diffuse Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "IBL Diffuse Image Asset"
}
}
]
},
{
"key": "SetiblDiffuseImageAsset",
"details": {
"name": "Set IBL Diffuse Image Asset"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "IBL Diffuse Image Asset"
}
}
]
},
{
"key": "Getexposure",
"details": {
"name": "Get Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
}
],
"results": [
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
]
},
{
"key": "Setexposure",
"details": {
"name": "Set Exposure"
},
"params": [
{
"typeid": "{6EEACBC0-2D97-414C-8E87-088E7BA231A9}",
"details": {
"name": "Lighting Preset"
}
},
{
"typeid": "{C6FD75F7-58BA-46CE-8FBA-2D64CB4ECFF9}",
"details": {
"name": "Exposure Control Config"
}
}
]
}
]
}
]
}
@@ -5,8 +5,136 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "ModelPreset"
}
"name": "Model Preset"
},
"methods": [
{
"key": "GetdisplayName",
"details": {
"name": "Get Display Name"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Display Name"
}
}
]
},
{
"key": "SetdisplayName",
"details": {
"name": "Set Display Name"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Display Name"
}
}
]
},
{
"key": "GetmodelAsset",
"details": {
"name": "Get Model Asset"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
}
],
"results": [
{
"typeid": "{A1F6761B-B5CA-59E6-89FF-EB0ABDF6BD68}",
"details": {
"name": "Model Asset"
}
}
]
},
{
"key": "SetmodelAsset",
"details": {
"name": "Set Model Asset"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
},
{
"typeid": "{A1F6761B-B5CA-59E6-89FF-EB0ABDF6BD68}",
"details": {
"name": "Model Asset"
}
}
]
},
{
"key": "GetpreviewImageAsset",
"details": {
"name": "Get Preview Image Asset"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
}
],
"results": [
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Preview Image Asset"
}
}
]
},
{
"key": "SetpreviewImageAsset",
"details": {
"name": "Set Preview Image Asset"
},
"params": [
{
"typeid": "{A7304AE2-EC26-44A4-8C00-89D9731CCB13}",
"details": {
"name": "Model Preset"
}
},
{
"typeid": "{403A7CFE-B218-5D57-8540-BD58E734BCFE}",
"details": {
"name": "Preview Image Asset"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "PhysicsScene"
"name": "Physics Scene"
},
"methods": [
{
@@ -13,21 +13,20 @@
"context": "PhysicsScene",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnGravityChangeEvent"
"tooltip": "When signaled, this will invoke Get On Gravity Change Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnGravityChangeEvent is invoked"
"tooltip": "Signaled after Get On Gravity Change Event is invoked"
},
"details": {
"name": "PhysicsScene::GetOnGravityChangeEvent",
"category": "Other"
"name": "Get On Gravity Change Event"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Scene Name"
}
}
],
@@ -35,7 +34,7 @@
{
"typeid": "{4985DFB0-7CD9-5B28-980B-BA2C701BE3D6}",
"details": {
"name": "Event<tuple<Crc32 AZ::s8 > const Vector3& >*"
"name": "Gravity Change Event"
}
}
]
@@ -45,21 +44,20 @@
"context": "PhysicsScene",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke QueryScene"
"tooltip": "When signaled, this will invoke Query Scene"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after QueryScene is invoked"
"tooltip": "Signaled after Query Scene is invoked"
},
"details": {
"name": "PhysicsScene::QueryScene",
"category": "Other"
"name": "Query Scene"
},
"params": [
{
"typeid": "{52BD8163-BDC4-4B09-ABB2-11DD1F601FFD}",
"details": {
"name": "Scene*"
"name": "Scene"
}
},
{
@@ -74,7 +72,7 @@
{
"typeid": "{BAFCC4E7-A06B-4909-B2AE-C89D9E84FE4E}",
"details": {
"name": "SceneQueryHits"
"name": "Scene Query Hits"
}
}
]
@@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "PhysicsSystemInterface"
"name": "Physics System",
"category": "PhysX"
},
"methods": [
{
@@ -13,21 +14,20 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnPresimulateEvent"
"tooltip": "When signaled, this will invoke Get On Presimulate Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnPresimulateEvent is invoked"
"tooltip": "Signaled after Get On Presimulate Event is invoked"
},
"details": {
"name": "PhysicsSystemInterface::GetOnPresimulateEvent",
"category": "Other"
"name": "Get On Presimulate Event"
},
"results": [
{
"typeid": "{F0A3166F-115C-5C3E-8D65-28FBA4420028}",
"details": {
"name": "Event<float >*"
"name": "Event"
}
}
]
@@ -37,21 +37,20 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnPostsimulateEvent"
"tooltip": "When signaled, this will invoke Get On Postsimulate Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnPostsimulateEvent is invoked"
"tooltip": "Signaled after Get On Postsimulate Event is invoked"
},
"details": {
"name": "PhysicsSystemInterface::GetOnPostsimulateEvent",
"category": "Other"
"name": "Get On Postsimulate Event"
},
"results": [
{
"typeid": "{F0A3166F-115C-5C3E-8D65-28FBA4420028}",
"details": {
"name": "Event<float >*"
"name": "Event"
}
}
]
@@ -61,27 +60,26 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSceneHandle"
"tooltip": "When signaled, this will invoke Get Scene Handle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSceneHandle is invoked"
"tooltip": "Signaled after Get Scene Handle is invoked"
},
"details": {
"name": "PhysicsSystemInterface::GetSceneHandle",
"category": "Other"
"name": "Get Scene Handle"
},
"params": [
{
"typeid": "{B6F4D92A-061B-4CB3-AAB5-984B599A53AE}",
"details": {
"name": "SystemInterface*"
"name": "Interface"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Scene Name"
}
}
],
@@ -89,7 +87,7 @@
{
"typeid": "{36669095-4036-5479-B116-41A32E4E16EA}",
"details": {
"name": "tuple<Crc32 AZ::s8 >"
"name": "Scene Handle"
}
}
]
@@ -99,27 +97,26 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetScene"
"tooltip": "When signaled, this will invoke Get Scene"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetScene is invoked"
"tooltip": "Signaled after Get Scene is invoked"
},
"details": {
"name": "PhysicsSystemInterface::GetScene",
"category": "Other"
"name": "Get Scene"
},
"params": [
{
"typeid": "{B6F4D92A-061B-4CB3-AAB5-984B599A53AE}",
"details": {
"name": "SystemInterface*"
"name": "Interface"
}
},
{
"typeid": "{36669095-4036-5479-B116-41A32E4E16EA}",
"details": {
"name": "tuple<Crc32 AZ::s8 >"
"name": "Scene Handle"
}
}
],
@@ -127,7 +124,7 @@
{
"typeid": "{52BD8163-BDC4-4B09-ABB2-11DD1F601FFD}",
"details": {
"name": "Scene*"
"name": "Scene"
}
}
]
@@ -14,21 +14,20 @@
"context": "Platform",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetName"
"tooltip": "When signaled, this will invoke Get Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetName is invoked"
"tooltip": "Signaled after Get Name is invoked"
},
"details": {
"name": "Platform::GetName",
"category": "Utilities"
"name": "Get Name"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Id"
}
}
],
@@ -36,7 +35,91 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Number"
"name": "Name"
}
}
]
},
{
"key": "GetMac",
"details": {
"name": "Get Mac"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
},
{
"key": "GetLinux",
"details": {
"name": "Get Linux"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
},
{
"key": "GetiOS",
"details": {
"name": "Get iOS"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
},
{
"key": "GetWindows64",
"details": {
"name": "Get Windows64"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
},
{
"key": "GetAndroid64",
"details": {
"name": "Get Android64"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
},
{
"key": "GetCurrent",
"details": {
"name": "Get Current"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Id"
}
}
]
@@ -5,8 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Script Time Point",
"category": "Timing"
"name": "Script Time Point"
},
"methods": [
{
@@ -14,21 +13,20 @@
"context": "ScriptTimePoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
"tooltip": "When signaled, this will invoke To String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
"tooltip": "Signaled after To String is invoked"
},
"details": {
"name": "ScriptTimePoint::ToString",
"category": "Timing"
"name": "To String"
},
"params": [
{
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
"details": {
"name": "ScriptTimePoint*"
"name": "Script Time Point"
}
}
],
@@ -46,21 +44,20 @@
"context": "ScriptTimePoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSeconds"
"tooltip": "When signaled, this will invoke Get Seconds"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSeconds is invoked"
"tooltip": "Signaled after Get Seconds is invoked"
},
"details": {
"name": "ScriptTimePoint::GetSeconds",
"category": "Timing"
"name": "Get Seconds"
},
"params": [
{
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
"details": {
"name": "ScriptTimePoint*"
"name": "Script Time Point"
}
}
],
@@ -68,7 +65,7 @@
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number"
"name": "Seconds"
}
}
]
@@ -78,21 +75,20 @@
"context": "ScriptTimePoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMilliseconds"
"tooltip": "When signaled, this will invoke Get Milliseconds"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMilliseconds is invoked"
"tooltip": "Signaled after Get Milliseconds is invoked"
},
"details": {
"name": "ScriptTimePoint::GetMilliseconds",
"category": "Timing"
"name": "Get Milliseconds"
},
"params": [
{
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
"details": {
"name": "ScriptTimePoint*"
"name": "Script Time Point"
}
}
],
@@ -100,7 +96,7 @@
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Number"
"name": "Milliseconds"
}
}
]
@@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "SettingsRegistryInterface"
"name": "Settings Registry",
"category": "Registry"
},
"methods": [
{
@@ -13,27 +14,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFloat"
"tooltip": "When signaled, this will invoke Get Float"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFloat is invoked"
"tooltip": "Signaled after Get Float is invoked"
},
"details": {
"name": "SettingsRegistryInterface::GetFloat",
"category": "Other"
"name": "Get Float"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -41,7 +41,7 @@
{
"typeid": "{8FE8A00F-5FE8-54A1-A314-346843AD21B6}",
"details": {
"name": "AZStd::optional<double>"
"name": "Value"
}
}
]
@@ -51,33 +51,32 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFloat"
"tooltip": "When signaled, this will invoke Set Float"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFloat is invoked"
"tooltip": "Signaled after Set Float is invoked"
},
"details": {
"name": "SettingsRegistryInterface::SetFloat",
"category": "Other"
"name": "Set Float"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Value"
}
}
],
@@ -85,7 +84,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -95,27 +94,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RemoveKey"
"tooltip": "When signaled, this will invoke Remove Key"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RemoveKey is invoked"
"tooltip": "Signaled after Remove Key is invoked"
},
"details": {
"name": "SettingsRegistryInterface::RemoveKey",
"category": "Other"
"name": "Remove Key"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -123,7 +121,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -133,33 +131,32 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetInt"
"tooltip": "When signaled, this will invoke Set Int"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetInt is invoked"
"tooltip": "Signaled after Set Int is invoked"
},
"details": {
"name": "SettingsRegistryInterface::SetInt",
"category": "Other"
"name": "Set Int"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{70D8A282-A1EA-462D-9D04-51EDE81FAC2F}",
"details": {
"name": "AZ::s64"
"name": "Value"
}
}
],
@@ -167,7 +164,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -177,33 +174,32 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetUInt"
"tooltip": "When signaled, this will invoke Set UInt"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetUInt is invoked"
"tooltip": "Signaled after Set UInt is invoked"
},
"details": {
"name": "SettingsRegistryInterface::SetUInt",
"category": "Other"
"name": "Set UInt"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Value"
}
}
],
@@ -211,7 +207,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -221,27 +217,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBool"
"tooltip": "When signaled, this will invoke Get Bool"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBool is invoked"
"tooltip": "Signaled after Get Bool is invoked"
},
"details": {
"name": "SettingsRegistryInterface::GetBool",
"category": "Other"
"name": "Get Bool"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -249,7 +244,7 @@
{
"typeid": "{0170062C-2E7E-5CEB-BAB8-F7663BEF7B3E}",
"details": {
"name": "AZStd::optional<bool>"
"name": "Value"
}
}
]
@@ -259,27 +254,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetInt"
"tooltip": "When signaled, this will invoke Get Int"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetInt is invoked"
"tooltip": "Signaled after Get Int is invoked"
},
"details": {
"name": "SettingsRegistryInterface::GetInt",
"category": "Other"
"name": "Get Int"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -287,7 +281,7 @@
{
"typeid": "{8E0A7AC1-C649-56B4-99CF-8BE08EEFC47B}",
"details": {
"name": "AZStd::optional<AZ::s64>"
"name": "Value"
}
}
]
@@ -297,27 +291,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUInt"
"tooltip": "When signaled, this will invoke Get UInt"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUInt is invoked"
"tooltip": "Signaled after Get UInt is invoked"
},
"details": {
"name": "SettingsRegistryInterface::GetUInt",
"category": "Other"
"name": "Get UInt"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -325,7 +318,7 @@
{
"typeid": "{858A22B8-1B5E-5016-BF33-B2469DD9CAD3}",
"details": {
"name": "AZStd::optional<AZ::u64>"
"name": "Value"
}
}
]
@@ -335,15 +328,14 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNotifyEvent"
"tooltip": "When signaled, this will invoke Get Notify Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNotifyEvent is invoked"
"tooltip": "Signaled after Get Notify Event is invoked"
},
"details": {
"name": "Get Notify Event",
"subtitle": "Settings Registry"
"name": "Get Notify Event"
},
"params": [
{
@@ -357,7 +349,7 @@
{
"typeid": "{84290CFC-1335-5341-AD8B-0A3FE9FE46D0}",
"details": {
"name": "Event"
"name": "Script Notify Event"
}
}
]
@@ -367,33 +359,33 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MergeSettings"
"tooltip": "When signaled, this will invoke Merge Settings"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MergeSettings is invoked"
"tooltip": "Signaled after Merge Settings is invoked"
},
"details": {
"name": "SettingsRegistryInterface::MergeSettings",
"category": "Other"
"name": "Merge Settings"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Format",
"tooltip": "0: Json Path, 1: Json Merge Patch"
}
}
],
@@ -401,7 +393,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -411,39 +403,39 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MergeSettingsFile"
"tooltip": "When signaled, this will invoke Merge Settings File"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MergeSettingsFile is invoked"
"tooltip": "Signaled after Merge Settings File is invoked"
},
"details": {
"name": "SettingsRegistryInterface::MergeSettingsFile",
"category": "Other"
"name": "Merge Settings File"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "Root Key"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Format",
"tooltip": "0: Json Path, 1: Json Merge Patch"
}
}
],
@@ -451,7 +443,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -461,27 +453,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetString"
"tooltip": "When signaled, this will invoke Get String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetString is invoked"
"tooltip": "Signaled after Get String is invoked"
},
"details": {
"name": "SettingsRegistryInterface::GetString",
"category": "Other"
"name": "Get String"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -489,7 +480,7 @@
{
"typeid": "{B0D91084-263A-54B9-A4F3-7C5F4240E248}",
"details": {
"name": "AZStd::optional<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>"
"name": "Output"
}
}
]
@@ -499,21 +490,20 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsValid"
"tooltip": "When signaled, this will invoke Is Valid"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsValid is invoked"
"tooltip": "Signaled after Is Valid is invoked"
},
"details": {
"name": "SettingsRegistryInterface::IsValid",
"category": "Other"
"name": "Is Valid"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
}
],
@@ -521,7 +511,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -531,39 +521,38 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MergeSettingsFolder"
"tooltip": "When signaled, this will invoke Merge Settings Folder"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MergeSettingsFolder is invoked"
"tooltip": "Signaled after Merge Settings Folder is invoked"
},
"details": {
"name": "SettingsRegistryInterface::MergeSettingsFolder",
"category": "Other"
"name": "Merge Settings Folder"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "const SpecializationsProxy&"
"name": "Specializations Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -571,7 +560,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -581,33 +570,32 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetBool"
"tooltip": "When signaled, this will invoke Set Bool"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetBool is invoked"
"tooltip": "Signaled after Set Bool is invoked"
},
"details": {
"name": "SettingsRegistryInterface::SetBool",
"category": "Other"
"name": "Set Bool"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
],
@@ -615,7 +603,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -625,33 +613,32 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetString"
"tooltip": "When signaled, this will invoke Set String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetString is invoked"
"tooltip": "Signaled after Set String is invoked"
},
"details": {
"name": "SettingsRegistryInterface::SetString",
"category": "Other"
"name": "Set String"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -659,7 +646,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -669,27 +656,26 @@
"context": "SettingsRegistryInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DumpSettings"
"tooltip": "When signaled, this will invoke Dump Settings"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DumpSettings is invoked"
"tooltip": "Signaled after Dump Settings is invoked"
},
"details": {
"name": "SettingsRegistryInterface::DumpSettings",
"category": "Other"
"name": "Dump Settings"
},
"params": [
{
"typeid": "{795C80A0-D243-473B-972A-C32CA487BAA5}",
"details": {
"name": "SettingsRegistryScriptProxy*"
"name": "Settings Registry Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "JSON Path"
}
}
],
@@ -697,7 +683,7 @@
{
"typeid": "{B0D91084-263A-54B9-A4F3-7C5F4240E248}",
"details": {
"name": "AZStd::optional<AZStd::basic_string<char, AZStd::char_traits<char>, allocator>>"
"name": "Output"
}
}
]
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "SimulatedBody"
"name": "Simulated Body"
},
"methods": [
{
@@ -13,21 +13,20 @@
"context": "SimulatedBody",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnCollisionEndEvent"
"tooltip": "When signaled, this will invoke Get On Collision End Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnCollisionEndEvent is invoked"
"tooltip": "Signaled after Get On Collision End Event is invoked"
},
"details": {
"name": "SimulatedBody::GetOnCollisionEndEvent",
"category": "Other"
"name": "Get On Collision End Event"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -36,7 +35,7 @@
{
"typeid": "{4C19E257-F929-524E-80E3-C910C5F3E2D9}",
"details": {
"name": "Event<tuple<Crc32 int > const CollisionEvent& >*"
"name": "Collision Event"
}
}
]
@@ -46,21 +45,20 @@
"context": "SimulatedBody",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnCollisionPersistEvent"
"tooltip": "When signaled, this will invoke Get On Collision Persist Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnCollisionPersistEvent is invoked"
"tooltip": "Signaled after Get On Collision Persist Event is invoked"
},
"details": {
"name": "SimulatedBody::GetOnCollisionPersistEvent",
"category": "Other"
"name": "Get On Collision Persist Event"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -69,7 +67,7 @@
{
"typeid": "{4C19E257-F929-524E-80E3-C910C5F3E2D9}",
"details": {
"name": "Event<tuple<Crc32 int > const CollisionEvent& >*"
"name": "Collision Event"
}
}
]
@@ -79,21 +77,20 @@
"context": "SimulatedBody",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnTriggerEnterEvent"
"tooltip": "When signaled, this will invoke Get On Trigger Enter Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnTriggerEnterEvent is invoked"
"tooltip": "Signaled after Get On Trigger Enter Event is invoked"
},
"details": {
"name": "SimulatedBody::GetOnTriggerEnterEvent",
"category": "Other"
"name": "Get On Trigger Enter Event"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -102,7 +99,7 @@
{
"typeid": "{C00D2478-E0F3-57A3-AB60-A04DFC515016}",
"details": {
"name": "Event<tuple<Crc32 int > const TriggerEvent& >*"
"name": "Trigger Event"
}
}
]
@@ -112,21 +109,20 @@
"context": "SimulatedBody",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnCollisionBeginEvent"
"tooltip": "When signaled, this will invoke Get On Collision Begin Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnCollisionBeginEvent is invoked"
"tooltip": "Signaled after Get On Collision Begin Event is invoked"
},
"details": {
"name": "SimulatedBody::GetOnCollisionBeginEvent",
"category": "Other"
"name": "Get On Collision Begin Event"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -135,7 +131,7 @@
{
"typeid": "{4C19E257-F929-524E-80E3-C910C5F3E2D9}",
"details": {
"name": "Event<tuple<Crc32 int > const CollisionEvent& >*"
"name": "Collision Event"
}
}
]
@@ -145,21 +141,21 @@
"context": "SimulatedBody",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOnTriggerExitEvent"
"tooltip": "When signaled, this will invoke Get On Trigger Exit Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOnTriggerExitEvent is invoked"
"tooltip": "Signaled after Get On Trigger Exit Event is invoked"
},
"details": {
"name": "SimulatedBody::GetOnTriggerExitEvent",
"name": "Get On Trigger Exit Event",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -168,7 +164,7 @@
{
"typeid": "{C00D2478-E0F3-57A3-AB60-A04DFC515016}",
"details": {
"name": "Event<tuple<Crc32 int > const TriggerEvent& >*"
"name": "Trigger Event"
}
}
]
@@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Specializations"
"name": "Specializations",
"category": "Registry"
},
"methods": [
{
@@ -13,27 +14,27 @@
"context": "Specializations",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPriority"
"tooltip": "When signaled, this will invoke Get Priority"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPriority is invoked"
"tooltip": "Signaled after Get Priority is invoked"
},
"details": {
"name": "Specializations::GetPriority",
"name": "Get Priority",
"category": "Other"
},
"params": [
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "SpecializationsProxy*"
"name": "Specializations Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "Specialization"
}
}
],
@@ -41,7 +42,7 @@
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Priority"
}
}
]
@@ -51,21 +52,20 @@
"context": "Specializations",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetCount"
"tooltip": "When signaled, this will invoke Get Count"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetCount is invoked"
"tooltip": "Signaled after Get Count is invoked"
},
"details": {
"name": "Specializations::GetCount",
"category": "Other"
"name": "Get Count"
},
"params": [
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "SpecializationsProxy*"
"name": "Specializations Proxy"
}
}
],
@@ -73,7 +73,7 @@
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Count"
}
}
]
@@ -90,20 +90,19 @@
"tooltip": "Signaled after Contains is invoked"
},
"details": {
"name": "Specializations::Contains",
"category": "Other"
"name": "Contains"
},
"params": [
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "SpecializationsProxy*"
"name": "Specializations Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "Specialization"
}
}
],
@@ -111,7 +110,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Contains"
}
}
]
@@ -128,20 +127,19 @@
"tooltip": "Signaled after Append is invoked"
},
"details": {
"name": "Specializations::Append",
"category": "Other"
"name": "Append"
},
"params": [
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "SpecializationsProxy*"
"name": "Specializations Proxy"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "Specialization"
}
}
],
@@ -149,7 +147,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -159,27 +157,26 @@
"context": "Specializations",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSpecialization"
"tooltip": "When signaled, this will invoke Get Specialization"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSpecialization is invoked"
"tooltip": "Signaled after Get Specialization is invoked"
},
"details": {
"name": "Specializations::GetSpecialization",
"category": "Other"
"name": "Get Specialization"
},
"params": [
{
"typeid": "{EB6B8ADF-ABAA-4D22-B596-127F9C611740}",
"details": {
"name": "SpecializationsProxy*"
"name": "Specializations Proxy"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Index"
}
}
],
@@ -187,7 +184,7 @@
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "AZStd::basic_string_view<char, AZStd::char_traits<char>>"
"name": "Specialization"
}
}
]
@@ -5,8 +5,95 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "SurfaceTagWeight"
}
"name": "Surface Tag Weight",
"category": "Surface Data"
},
"methods": [
{
"key": "GetsurfaceType",
"details": {
"name": "Get Surface Type"
},
"params": [
{
"typeid": "{EA14018E-E853-4BF5-8E13-D83BB99A54CC}",
"details": {
"name": "Surface Tag Weight"
}
}
],
"results": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag"
}
}
]
},
{
"key": "SetsurfaceType",
"details": {
"name": "Set Surface Type"
},
"params": [
{
"typeid": "{EA14018E-E853-4BF5-8E13-D83BB99A54CC}",
"details": {
"name": "Surface Tag Weight"
}
},
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag"
}
}
]
},
{
"key": "Getweight",
"details": {
"name": "Get Weight"
},
"params": [
{
"typeid": "{EA14018E-E853-4BF5-8E13-D83BB99A54CC}",
"details": {
"name": "Surface Tag Weight"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Weight"
}
}
]
},
{
"key": "Setweight",
"details": {
"name": "Set Weight"
},
"params": [
{
"typeid": "{EA14018E-E853-4BF5-8E13-D83BB99A54CC}",
"details": {
"name": "Surface Tag Weight"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Weight"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Transform",
"name": "Transform Config",
"category": "Entity"
},
"methods": [
@@ -14,27 +14,26 @@
"context": "TransformConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTransform"
"tooltip": "When signaled, this will invoke Set Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTransform is invoked"
"tooltip": "Signaled after Set Transform is invoked"
},
"details": {
"name": "TransformConfig::SetTransform",
"category": "Entity"
"name": "Set Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "TransformConfig*"
"name": "Transform Config"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
"name": "Transform"
}
}
]
@@ -44,33 +43,274 @@
"context": "TransformConfig",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetLocalAndWorldTransform"
"tooltip": "When signaled, this will invoke Set Local And World Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetLocalAndWorldTransform is invoked"
"tooltip": "Signaled after Set Local And World Transform is invoked"
},
"details": {
"name": "TransformConfig::SetLocalAndWorldTransform",
"category": "Entity"
"name": "Set Local And World Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "TransformConfig*"
"name": "Transform Config"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
"name": "Local"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "const Transform&"
"name": "World"
}
}
]
},
{
"key": "GetparentActivationTransformMode",
"details": {
"name": "Get Parent Activation Transform Mode"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
}
],
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Mode",
"tooltip": "0: Maintain Original Relative Transform\n1: Maintain Current World Transform"
}
}
]
},
{
"key": "SetparentActivationTransformMode",
"details": {
"name": "Set Parent Activation Transform Mode"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Mode",
"tooltip": "0: Maintain Original Relative Transform\n1: Maintain Current World Transform"
}
}
]
},
{
"key": "GetparentId",
"details": {
"name": "Get Parent Id"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Parent Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "SetparentId",
"details": {
"name": "Set Parent Id"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Parent Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetworldTransform",
"details": {
"name": "Get World Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "World"
}
}
]
},
{
"key": "SetworldTransform",
"details": {
"name": "Set World Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "World"
}
}
]
},
{
"key": "GetMaintainCurrentWorldTransform",
"details": {
"name": "Get Maintain Current World Transform"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Value"
}
}
]
},
{
"key": "GetisStatic",
"details": {
"name": "Get Is Static"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Static"
}
}
]
},
{
"key": "SetisStatic",
"details": {
"name": "Set Is Static"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Static"
}
}
]
},
{
"key": "GetMaintainOriginalRelativeTransform",
"details": {
"name": "Get Maintain Original Relative Transform"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Value"
}
}
]
},
{
"key": "GetlocalTransform",
"details": {
"name": "Get Local Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
}
],
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Local"
}
}
]
},
{
"key": "SetlocalTransform",
"details": {
"name": "Set Local Transform"
},
"params": [
{
"typeid": "{B3AAB26D-D075-4E2B-9653-9527EE363DF8}",
"details": {
"name": "Transform Config"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Local"
}
}
]
@@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "TriggerEvent"
"name": "Trigger Event"
},
"methods": [
{
@@ -13,21 +13,21 @@
"context": "TriggerEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTriggerEntityId"
"tooltip": "When signaled, this will invoke Get Trigger Entity Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTriggerEntityId is invoked"
"tooltip": "Signaled after Get Trigger Entity Id is invoked"
},
"details": {
"name": "TriggerEvent::Get Trigger EntityId",
"name": "Get Trigger Entity Id",
"category": "Other"
},
"params": [
{
"typeid": "{7A0851A3-2CBD-4A03-85D5-1C40221E7F61}",
"details": {
"name": "TriggerEvent*"
"name": "Trigger Event"
}
}
],
@@ -35,7 +35,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -46,21 +46,21 @@
"context": "TriggerEvent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOtherEntityId"
"tooltip": "When signaled, this will invoke Get Other Entity Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOtherEntityId is invoked"
"tooltip": "Signaled after Get Other Entity Id is invoked"
},
"details": {
"name": "TriggerEvent::Get Other EntityId",
"name": "Get Other Entity Id",
"category": "Other"
},
"params": [
{
"typeid": "{7A0851A3-2CBD-4A03-85D5-1C40221E7F61}",
"details": {
"name": "TriggerEvent*"
"name": "Trigger Event"
}
}
],
@@ -68,7 +68,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -5,8 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "UUID",
"category": "Utilities"
"name": "Uuid"
},
"methods": [
{
@@ -14,22 +13,20 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateRandom"
"tooltip": "When signaled, this will invoke Create Random"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateRandom is invoked"
"tooltip": "Signaled after Create Random is invoked"
},
"details": {
"name": "Uuid::CreateRandom",
"category": "Utilities"
"name": "Create Random"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "UUID",
"tooltip": "Universally Unique Identifier"
"name": "Uuid"
}
}
]
@@ -39,22 +36,20 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateNull"
"tooltip": "When signaled, this will invoke Create Null"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateNull is invoked"
"tooltip": "Signaled after Create Null is invoked"
},
"details": {
"name": "Uuid::CreateNull",
"category": "Utilities"
"name": "Create Null"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "Null UUID",
"tooltip": "Null Universally Unique Identifier"
"name": "Uuid"
}
}
]
@@ -71,8 +66,7 @@
"tooltip": "Signaled after Create is invoked"
},
"details": {
"name": "Uuid::Create",
"category": "Utilities"
"name": "Create"
},
"results": [
{
@@ -88,21 +82,20 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateName"
"tooltip": "When signaled, this will invoke Create Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateName is invoked"
"tooltip": "Signaled after Create Name is invoked"
},
"details": {
"name": "Uuid::CreateName",
"category": "Utilities"
"name": "Create Name"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Name"
}
}
],
@@ -127,14 +120,13 @@
"tooltip": "Signaled after Clone is invoked"
},
"details": {
"name": "Uuid::Clone",
"category": "Utilities"
"name": "Clone"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
"name": "Uuid"
}
}
],
@@ -152,27 +144,26 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke LessThan"
"tooltip": "When signaled, this will invoke Less Than"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after LessThan is invoked"
"tooltip": "Signaled after Less Than is invoked"
},
"details": {
"name": "Uuid::LessThan",
"category": "Utilities"
"name": "Less Than"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid*"
"name": "Uuid"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "const AZ::Uuid&"
"name": "Uuid"
}
}
],
@@ -180,7 +171,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Less Than"
}
}
]
@@ -190,22 +181,20 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsNull"
"tooltip": "When signaled, this will invoke Is Null"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsNull is invoked"
"tooltip": "Signaled after Is Null is invoked"
},
"details": {
"name": "Uuid::IsNull",
"category": "Utilities"
"name": "Is Null"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "UUID",
"tooltip": "Universally Unique Identifier"
"name": "Uuid"
}
}
],
@@ -213,7 +202,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Null"
}
}
]
@@ -223,27 +212,26 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateString"
"tooltip": "When signaled, this will invoke Create String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateString is invoked"
"tooltip": "Signaled after Create String is invoked"
},
"details": {
"name": "Uuid::CreateString",
"category": "Utilities"
"name": "Create String"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Name"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Size"
}
}
],
@@ -261,22 +249,20 @@
"context": "Uuid",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
"tooltip": "When signaled, this will invoke To String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
"tooltip": "Signaled after To String is invoked"
},
"details": {
"name": "Uuid::ToString",
"category": "Utilities"
"name": "To String"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "UUID",
"tooltip": "Universally Unique Identifier"
"name": "Uuid"
}
}
],
@@ -301,22 +287,19 @@
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "Uuid::Equal",
"category": "Utilities"
"name": "Equal"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "UUID A",
"tooltip": "Universally Unique Identifier A"
"name": "Uuid"
}
},
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "UUID B",
"tooltip": "Universally Unique Identifier B"
"name": "Uuid"
}
}
],
@@ -324,7 +307,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Equal"
}
}
]
@@ -5,20 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWSCognitoAuthorizationNotificationBus",
"category": "EBus Handlers"
"name": "AWS Cognito Authorization",
"category": "AWS Core"
},
"methods": [
{
"key": "OnRequestAWSCredentialsSuccess",
"details": {
"name": "OnRequestAWSCredentialsSuccess"
"name": "On Request AWS Credentials Success"
},
"params": [
{
"typeid": "{02FB32C4-B94E-4084-9049-3DF32F87BD76}",
"details": {
"name": "ClientAuthAWSCredentials"
"name": "AWS Client Auth Credentials"
}
}
]
@@ -26,13 +26,13 @@
{
"key": "OnRequestAWSCredentialsFail",
"details": {
"name": "OnRequestAWSCredentialsFail"
"name": "On Request AWS Credentials Fail"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Error"
}
}
]
@@ -5,20 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AWSMetricsNotificationBus",
"category": "EBus Handlers"
"name": "AWS Metrics",
"category": "AWS Core"
},
"methods": [
{
"key": "OnSendMetricsSuccess",
"details": {
"name": "OnSendMetricsSuccess"
"name": "On Send Metrics Success"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Request Id"
}
}
]
@@ -26,19 +26,19 @@
{
"key": "OnSendMetricsFailure",
"details": {
"name": "OnSendMetricsFailure"
"name": "On Send Metrics Failure"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Request Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Error"
}
}
]
@@ -5,19 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ActorComponentNotificationBus"
"name": "Actor",
"category": "Animation"
},
"methods": [
{
"key": "OnActorInstanceCreated",
"details": {
"name": "OnActorInstanceCreated"
"name": "On Actor Instance Created"
},
"params": [
{
"typeid": "{280A0170-EB6A-4E90-B2F1-E18D8EAEFB36}",
"details": {
"name": ""
"name": "Actor Instance"
}
}
]
@@ -25,13 +26,13 @@
{
"key": "OnActorInstanceDestroyed",
"details": {
"name": "OnActorInstanceDestroyed"
"name": "On Actor Instance Destroyed"
},
"params": [
{
"typeid": "{280A0170-EB6A-4E90-B2F1-E18D8EAEFB36}",
"details": {
"name": ""
"name": "Actor Instance"
}
}
]
@@ -18,7 +18,7 @@
{
"typeid": "{0C899DAC-6B19-4BDD-AD8C-8A11EF2A6729}",
"details": {
"name": "MotionEvent"
"name": "Motion Event"
}
}
]
@@ -32,7 +32,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Motion Name"
}
}
]
@@ -46,7 +46,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]
@@ -60,7 +60,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]
@@ -74,7 +74,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]
@@ -88,7 +88,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]
@@ -102,13 +102,13 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "From State"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "To State"
}
}
]
@@ -122,13 +122,13 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "From State"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "To State"
}
}
]
@@ -5,19 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "AnimGraphComponentNotificationBus"
"name": "Anim Graph",
"category": "Animation"
},
"methods": [
{
"key": "OnAnimGraphInstanceCreated",
"details": {
"name": "OnAnimGraphInstanceCreated"
"name": "On Anim Graph Instance Created"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
}
]
@@ -25,13 +26,13 @@
{
"key": "OnAnimGraphInstanceDestroyed",
"details": {
"name": "OnAnimGraphInstanceDestroyed"
"name": "On Anim Graph Instance Destroyed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
}
]
@@ -39,31 +40,31 @@
{
"key": "OnAnimGraphFloatParameterChanged",
"details": {
"name": "OnAnimGraphFloatParameterChanged"
"name": "On Anim Graph Float Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Previous Value"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Current Value"
}
}
]
@@ -71,31 +72,31 @@
{
"key": "OnAnimGraphBoolParameterChanged",
"details": {
"name": "OnAnimGraphBoolParameterChanged"
"name": "On Anim Graph Bool Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Previous Value"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Current Value"
}
}
]
@@ -103,31 +104,31 @@
{
"key": "OnAnimGraphStringParameterChanged",
"details": {
"name": "OnAnimGraphStringParameterChanged"
"name": "On Anim Graph String Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Previous Value"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Current Value"
}
}
]
@@ -135,31 +136,31 @@
{
"key": "OnAnimGraphVector2ParameterChanged",
"details": {
"name": "OnAnimGraphVector2ParameterChanged"
"name": "On Anim Graph Vector2 Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Previous Value"
}
},
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Current Value"
}
}
]
@@ -167,31 +168,31 @@
{
"key": "OnAnimGraphVector3ParameterChanged",
"details": {
"name": "OnAnimGraphVector3ParameterChanged"
"name": "On Anim Graph Vector3 Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Previous Value"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Current Value"
}
}
]
@@ -199,31 +200,31 @@
{
"key": "OnAnimGraphRotationParameterChanged",
"details": {
"name": "OnAnimGraphRotationParameterChanged"
"name": "On Anim Graph Rotation Parameter Changed"
},
"params": [
{
"typeid": "{2CC86AA2-AFC0-434B-A317-B102FD02E76D}",
"details": {
"name": ""
"name": "Anim Graph Instance"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Parameter Index"
}
},
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
"name": "Previous Value"
}
},
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Quaternion"
"name": "Current Value"
}
}
]
@@ -12,15 +12,14 @@
{
"key": "OnAttached",
"details": {
"name": "On Attached",
"tooltip": "Notifies when the entity is attached"
"name": "On Attached"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Target",
"tooltip": "ID of the target being attached to"
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
@@ -28,15 +27,14 @@
{
"key": "OnDetached",
"details": {
"name": "On Detached",
"tooltip": "Notifies when the entity is detached"
"name": "On Detached"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Target",
"tooltip": "ID of the target being detached from"
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
@@ -5,8 +5,8 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "BlastFamilyComponentNotificationBus",
"category": "EBus Handlers"
"name": "Blast Family",
"category": "Blast"
},
"methods": [
{
@@ -5,19 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "ConsoleNotificationBus"
"name": "Console",
"category": "Utilities"
},
"methods": [
{
"key": "OnConsoleCommandExecuted",
"details": {
"name": "OnConsoleCommandExecuted"
"name": "On Console Command Executed"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Command"
}
}
]
@@ -5,20 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "NavigationComponentNotificationBus",
"category": "EBus Handlers"
"name": "Movement",
"category": "Navigation"
},
"methods": [
{
"key": "OnSearchingForPath",
"details": {
"name": "OnSearchingForPath"
"name": "On Searching For Path"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
}
@@ -27,13 +27,13 @@
{
"key": "OnTraversalStarted",
"details": {
"name": "OnTraversalStarted"
"name": "On Traversal Started"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
}
@@ -42,27 +42,27 @@
{
"key": "OnTraversalPathUpdate",
"details": {
"name": "OnTraversalPathUpdate"
"name": "On Traversal Path Update"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "NextPathPosition",
"name": "Next Path Position",
"tooltip": "Next path position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "InflectionPosition",
"name": "Inflection Position",
"tooltip": "Next inflection position"
}
}
@@ -71,13 +71,13 @@
{
"key": "OnTraversalInProgress",
"details": {
"name": "OnTraversalInProgress"
"name": "On Traversal In Progress"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
},
@@ -93,13 +93,13 @@
{
"key": "OnTraversalComplete",
"details": {
"name": "OnTraversalComplete"
"name": "On Traversal Complete"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
}
@@ -108,13 +108,13 @@
{
"key": "OnTraversalCancelled",
"details": {
"name": "OnTraversalCancelled"
"name": "On Traversal Cancelled"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "RequestId",
"name": "Request Id",
"tooltip": "Navigation request Id"
}
}
@@ -12,13 +12,14 @@
{
"key": "OnStart",
"details": {
"name": "On Start"
"name": "On Start",
"tooltip": "Called when Sequence starts"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Start Time"
}
}
]
@@ -26,13 +27,14 @@
{
"key": "OnStop",
"details": {
"name": "On Stop"
"name": "On Stop",
"tooltip": "Called when Sequence stops"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Stop Time"
}
}
]
@@ -40,25 +42,28 @@
{
"key": "OnPause",
"details": {
"name": "On Pause"
"name": "On Pause",
"tooltip": "Called when Sequence pauses"
}
},
{
"key": "OnResume",
"details": {
"name": "On Resume"
"name": "On Resume",
"tooltip": "Called when Sequence resumes"
}
},
{
"key": "OnAbort",
"details": {
"name": "On Abort"
"name": "On Abort",
"tooltip": "Called when Sequence is aborted"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Abort Time"
}
}
]
@@ -66,13 +71,14 @@
{
"key": "OnUpdate",
"details": {
"name": "On Update"
"name": "On Update",
"tooltip": "Called when Sequence is updated. That is, when the current play time changes, or the playback speed changes"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Update Time"
}
}
]
@@ -80,19 +86,20 @@
{
"key": "OnTrackEventTriggered",
"details": {
"name": "On Track Event Triggered"
"name": "On Track Event Triggered",
"tooltip": "Called when Sequence Event is triggered"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Event Name"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Event Value"
}
}
]
@@ -5,14 +5,15 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "VariableNotification",
"name": "Variable Notification",
"category": "Variables",
"tooltip": "Notifications from the Variables in the current Script Canvas graph"
},
"methods": [
{
"key": "OnVariableValueChanged",
"details": {
"name": "OnVariableValueChanged"
"name": "On Variable Value Changed"
}
}
]
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AnimGraphComponentNetworkRequestBus"
"name": "Anim Graph",
"category": "Animation"
},
"methods": [
{
"key": "GetActiveStates",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetActiveStates"
"tooltip": "When signaled, this will invoke Get Active States"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetActiveStates is invoked"
"tooltip": "Signaled after Get Active States is invoked"
},
"details": {
"name": "GetActiveStates"
"name": "Get Active States"
},
"results": [
{
"typeid": "{3349AACD-BE04-50BC-9478-528BF2ACFD55}",
"details": {
"name": "AZStd::vector"
"name": "Active States"
}
}
]
@@ -34,20 +35,20 @@
"key": "CreateSnapshot",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateSnapshot"
"tooltip": "When signaled, this will invoke Create Snapshot"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateSnapshot is invoked"
"tooltip": "Signaled after Create Snapshot is invoked"
},
"details": {
"name": "CreateSnapshot"
"name": "Create Snapshot"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Authoritative"
}
}
]
@@ -63,13 +64,13 @@
"tooltip": "Signaled after SetActiveStates is invoked"
},
"details": {
"name": "SetActiveStates"
"name": "Set Active States"
},
"params": [
{
"typeid": "{3349AACD-BE04-50BC-9478-528BF2ACFD55}",
"details": {
"name": "AZStd::vector"
"name": "Active States"
}
}
]
@@ -78,20 +79,20 @@
"key": "IsAssetReady",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsAssetReady"
"tooltip": "When signaled, this will invoke Is Asset Ready"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsAssetReady is invoked"
"tooltip": "Signaled after Is Asset Ready is invoked"
},
"details": {
"name": "IsAssetReady"
"name": "Is Asset Ready"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Asset Ready"
}
}
]
@@ -100,20 +101,20 @@
"key": "HasSnapshot",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HasSnapshot"
"tooltip": "When signaled, this will invoke Has Snapshot"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HasSnapshot is invoked"
"tooltip": "Signaled after Has Snapshot is invoked"
},
"details": {
"name": "HasSnapshot"
"name": "Has Snapshot"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Has Snapshot"
}
}
]
@@ -5,27 +5,29 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AreaLightRequestBus"
"name": "Area Light",
"category": "Lights"
},
"methods": [
{
"key": "SetFilteringSampleCount",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFilteringSampleCount"
"tooltip": "When signaled, this will invoke Set Filtering Sample Count"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFilteringSampleCount is invoked"
"tooltip": "Signaled after Set Filtering Sample Count is invoked"
},
"details": {
"name": "SetFilteringSampleCount"
"name": "Set Filtering Sample Count",
"tooltip": "Sets the sample count for filtering of the shadow boundary. Maximum 64"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Sample Count"
}
}
]
@@ -34,20 +36,21 @@
"key": "SetIntensity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetIntensity"
"tooltip": "When signaled, this will invoke Set Intensity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetIntensity is invoked"
"tooltip": "Signaled after Set Intensity is invoked"
},
"details": {
"name": "SetIntensity"
"name": "Set Intensity",
"tooltip": "Sets an area light's intensity and intensity mode. This value is indepedent from its color"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Intensity"
}
}
]
@@ -56,20 +59,21 @@
"key": "SetEsmExponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEsmExponent"
"tooltip": "When signaled, this will invoke Set Esm Exponent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEsmExponent is invoked"
"tooltip": "Signaled after Set Esm Exponent is invoked"
},
"details": {
"name": "SetEsmExponent"
"name": "Set Esm Exponent",
"tooltip": "Sets the Esm exponent. Higher values produce a steeper falloff between light and shadow"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Exponent"
}
}
]
@@ -78,20 +82,21 @@
"key": "GetOuterShutterAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOuterShutterAngle"
"tooltip": "When signaled, this will invoke Get Outer Shutter Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOuterShutterAngle is invoked"
"tooltip": "Signaled after Get Outer Shutter Angle is invoked"
},
"details": {
"name": "GetOuterShutterAngle"
"name": "Get Outer Shutter Angle",
"tooltip": "Returns the outer angle of the shutters in degrees"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Angle (Degrees)"
}
}
]
@@ -100,20 +105,21 @@
"key": "GetInnerShutterAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetInnerShutterAngle"
"tooltip": "When signaled, this will invoke Get Inner Shutter Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetInnerShutterAngle is invoked"
"tooltip": "Signaled after Get Inner Shutter Angle is invoked"
},
"details": {
"name": "GetInnerShutterAngle"
"name": "Get Inner Shutter Angle",
"tooltip": "Returns the outer angle of the shutters in degrees"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Angles (Degrees)"
}
}
]
@@ -122,14 +128,15 @@
"key": "SetColor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetColor"
"tooltip": "When signaled, this will invoke Set Color"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetColor is invoked"
"tooltip": "Signaled after Set Color is invoked"
},
"details": {
"name": "SetColor"
"name": "Set Color",
"tooltip": "Sets an area light's color. This value is indepedent from its intensity"
},
"params": [
{
@@ -144,20 +151,20 @@
"key": "SetShadowBias",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetShadowBias"
"tooltip": "When signaled, this will invoke Set Shadow Bias"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetShadowBias is invoked"
"tooltip": "Signaled after Set Shadow Bias is invoked"
},
"details": {
"name": "SetShadowBias"
"name": "Set Shadow Bias"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Bias"
}
}
]
@@ -166,20 +173,22 @@
"key": "SetShadowFilterMethod",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetShadowFilterMethod"
"tooltip": "When signaled, this will invoke Set Shadow Filter Method"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetShadowFilterMethod is invoked"
"tooltip": "Signaled after Set Shadow Filter Method is invoked"
},
"details": {
"name": "SetShadowFilterMethod"
"name": "Set Shadow Filter Method",
"tooltip": "Sets the filter method of shadows, 0: None, 1: Percentage Closer Filtering (PCF), 2: Exponential Shadow Maps (ESM), 3: ESM with PCF Fallback"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Shadow Filter Method",
"tooltip": "0: None, 1: Percentage Closer Filtering (PCF), 2: Exponential Shadow Maps (ESM), 3: ESM with PCF Fallback"
}
}
]
@@ -188,20 +197,21 @@
"key": "GetEsmExponent",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEsmExponent"
"tooltip": "When signaled, this will invoke Get Esm Exponent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEsmExponent is invoked"
"tooltip": "Signaled after Get Esm Exponent is invoked"
},
"details": {
"name": "GetEsmExponent"
"name": "Get Esm Exponent",
"tooltip": "Gets the Esm exponent. Higher values produce a steeper falloff between light and shadow"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Exponent"
}
}
]
@@ -210,20 +220,21 @@
"key": "SetInnerShutterAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetInnerShutterAngle"
"tooltip": "When signaled, this will invoke Set Inner Shutter Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetInnerShutterAngle is invoked"
"tooltip": "Signaled after Set Inner Shutter Angle is invoked"
},
"details": {
"name": "SetInnerShutterAngle"
"name": "Set Inner Shutter Angle",
"tooltip": "Sets the inner angle of the shutters in degrees"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Angle (Degrees)"
}
}
]
@@ -232,20 +243,21 @@
"key": "SetEnableShadow",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEnableShadow"
"tooltip": "When signaled, this will invoke Set Enable Shadow"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEnableShadow is invoked"
"tooltip": "Signaled after Set Enable Shadow is invoked"
},
"details": {
"name": "SetEnableShadow"
"name": "Set Enable Shadow",
"tooltip": "Sets if shadows should be enabled"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -254,20 +266,21 @@
"key": "SetUseFastApproximation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetUseFastApproximation"
"tooltip": "When signaled, this will invoke Set Use Fast Approximation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetUseFastApproximation is invoked"
"tooltip": "Signaled after Set Use Fast Approximation is invoked"
},
"details": {
"name": "SetUseFastApproximation"
"name": "Set Use Fast Approximation",
"tooltip": "Sets whether the light should use the default high quality linearly transformed cosine lights (false) or a faster approximation (true)"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Use Fast Approximation"
}
}
]
@@ -276,20 +289,21 @@
"key": "GetUseFastApproximation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUseFastApproximation"
"tooltip": "When signaled, this will invoke Get Use Fast Approximation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUseFastApproximation is invoked"
"tooltip": "Signaled after Get Use Fast Approximation is invoked"
},
"details": {
"name": "GetUseFastApproximation"
"name": "Get Use Fast Approximation",
"tooltip" : "Gets whether the light is using the default high quality linearly transformed cosine lights (false) or a faster approximation (true)"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Uses Fast Approximation"
}
}
]
@@ -298,20 +312,21 @@
"key": "GetFilteringSampleCount",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFilteringSampleCount"
"tooltip": "When signaled, this will invoke Get Filtering Sample Count"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFilteringSampleCount is invoked"
"tooltip": "Signaled after Get Filtering Sample Count is invoked"
},
"details": {
"name": "GetFilteringSampleCount"
"name": "Get Filtering Sample Count",
"tooltip": "Gets the sample count for filtering of the shadow boundary"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Sample Count"
}
}
]
@@ -320,20 +335,21 @@
"key": "GetEnableShadow",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEnableShadow"
"tooltip": "When signaled, this will invoke Get Enable Shadow"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEnableShadow is invoked"
"tooltip": "Signaled after Get Enable Shadow is invoked"
},
"details": {
"name": "GetEnableShadow"
"name": "Get Enable Shadow",
"tooltip": "Returns true if shadows are enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enabled"
}
}
]
@@ -342,20 +358,22 @@
"key": "GetShadowFilterMethod",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShadowFilterMethod"
"tooltip": "When signaled, this will invoke Get Shadow Filter Method"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShadowFilterMethod is invoked"
"tooltip": "Signaled after Get Shadow Filter Method is invoked"
},
"details": {
"name": "GetShadowFilterMethod"
"name": "Get Shadow Filter Method",
"tooltip": "Gets the filter method of shadows, 0: None, 1: Percentage Closer Filtering (PCF), 2: Exponential Shadow Maps (ESM), 3: ESM with PCF Fallback"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Filter Method",
"tooltip": "0: None, 1: Percentage Closer Filtering (PCF), 2: Exponential Shadow Maps (ESM), 3: ESM with PCF Fallback"
}
}
]
@@ -364,20 +382,22 @@
"key": "GetIntensityMode",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetIntensityMode"
"tooltip": "When signaled, this will invoke Get Intensity Mode"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetIntensityMode is invoked"
"tooltip": "Signaled after Get Intensity Mode is invoked"
},
"details": {
"name": "GetIntensityMode"
"name": "Get Intensity Mode",
"tooltip": "Gets an area light's photometric type\n0: Lumen (Total amount of luminous power emitted. Since a unit sphere is 4 pi steradians, 1 candela emitting uniformly in all directions is 4 pi lumens)\n1: Candela (Base unit of luminous intensity; luminous power per unit solid angle)\n2: Lux (One lux is one lumen per square meter. The same lux emitting from larger areas emits more lumens than smaller areas)\n3: Nit (Nits are candela per square meter. It can be calculated as Lux / Pi)\n4: Ev100Luminance (Exposure value for luminance - Similar to nits, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)\n5: Ev100Illuminance (Exposure value for illuminance - Similar to lux, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)"
},
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Intensity Mode",
"tooltip": "0: Lumen (Total amount of luminous power emitted. Since a unit sphere is 4 pi steradians, 1 candela emitting uniformly in all directions is 4 pi lumens)\n1: Candela (Base unit of luminous intensity; luminous power per unit solid angle)\n2: Lux (One lux is one lumen per square meter. The same lux emitting from larger areas emits more lumens than smaller areas)\n3: Nit (Nits are candela per square meter. It can be calculated as Lux / Pi)\n4: Ev100Luminance (Exposure value for luminance - Similar to nits, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)\n5: Ev100Illuminance (Exposure value for illuminance - Similar to lux, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)"
}
}
]
@@ -386,20 +406,21 @@
"key": "GetShadowBias",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShadowBias"
"tooltip": "When signaled, this will invoke Get Shadow Bias"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShadowBias is invoked"
"tooltip": "Signaled after Get Shadow Bias is invoked"
},
"details": {
"name": "GetShadowBias"
"name": "Get Shadow Bias",
"tooltip": "Returns the shadow bias"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Bias"
}
}
]
@@ -408,20 +429,23 @@
"key": "SetAttenuationRadiusMode",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAttenuationRadiusMode"
"tooltip": "When signaled, this will invoke Set Attenuation Radius Mode"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAttenuationRadiusMode is invoked"
"tooltip": "Signaled after Set Attenuation Radius Mode is invoked"
},
"details": {
"name": "SetAttenuationRadiusMode"
"name": "Set Attenuation Radius Mode",
"tooltip": "0: Automatic, the radius will immediately be recalculated based on the intensity\n1: Explicit, the radius value will be unchanged from its previous value"
},
"params": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Mode",
"tooltip": "0: Automatic, the radius will immediately be recalculated based on the intensity\n1: Explicit, the radius value will be unchanged from its previous value"
}
}
]
@@ -430,20 +454,20 @@
"key": "SetEmitsLightBothDirections",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEmitsLightBothDirections"
"tooltip": "When signaled, this will invoke Set Emits Light Both Directions"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEmitsLightBothDirections is invoked"
"tooltip": "Signaled after Set Emits Light Both Directions is invoked"
},
"details": {
"name": "SetEmitsLightBothDirections"
"name": "Set Emits Light Both Directions"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -452,20 +476,20 @@
"key": "SetEnableShutters",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEnableShutters"
"tooltip": "When signaled, this will invoke Set Enable Shutters"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEnableShutters is invoked"
"tooltip": "Signaled after Set Enable Shutters is invoked"
},
"details": {
"name": "SetEnableShutters"
"name": "Set Enable Shutters"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -474,20 +498,21 @@
"key": "GetShadowmapMaxSize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShadowmapMaxSize"
"tooltip": "When signaled, this will invoke Get Shadowmap Max Size"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShadowmapMaxSize is invoked"
"tooltip": "Signaled after Get Shadowmap Max Size is invoked"
},
"details": {
"name": "GetShadowmapMaxSize"
"name": "Get Shadowmap Max Size",
"tooltip": "Returns the maximum width and height of shadowmap"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Max Size"
}
}
]
@@ -496,20 +521,20 @@
"key": "GetEmitsLightBothDirections",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEmitsLightBothDirections"
"tooltip": "When signaled, this will invoke Get Emits Light Both Directions"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEmitsLightBothDirections is invoked"
"tooltip": "Signaled after Get Emits Light Both Directions is invoked"
},
"details": {
"name": "GetEmitsLightBothDirections"
"name": "Get Emits Light Both Directions"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enabled"
}
}
]
@@ -518,20 +543,21 @@
"key": "SetOuterShutterAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOuterShutterAngle"
"tooltip": "When signaled, this will invoke Set Outer Shutter Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOuterShutterAngle is invoked"
"tooltip": "Signaled after Set Outer Shutter Angle is invoked"
},
"details": {
"name": "SetOuterShutterAngle"
"name": "Set Outer Shutter Angle",
"tooltip": "Sets the outer angle of the shutters in degrees"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Angle (Degrees)"
}
}
]
@@ -540,20 +566,21 @@
"key": "SetAttenuationRadius",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAttenuationRadius"
"tooltip": "When signaled, this will invoke Set Attenuation Radius"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAttenuationRadius is invoked"
"tooltip": "Signaled after Set Attenuation Radius is invoked"
},
"details": {
"name": "SetAttenuationRadius"
"name": "Set Attenuation Radius",
"tooltip": "Set the distance and which an area light will no longer affect lighting. Setting this forces the Radius Calculation to Explicit mode"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Radius"
}
}
]
@@ -562,20 +589,21 @@
"key": "GetAttenuationRadius",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAttenuationRadius"
"tooltip": "When signaled, this will invoke Get Attenuation Radius"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAttenuationRadius is invoked"
"tooltip": "Signaled after Get Attenuation Radius is invoked"
},
"details": {
"name": "GetAttenuationRadius"
"name": "Get Attenuation Radius",
"tooltip" : "Gets the distance at which the area light will no longer affect lighting"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Radius"
}
}
]
@@ -584,20 +612,21 @@
"key": "GetEnableShutters",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEnableShutters"
"tooltip": "When signaled, this will invoke Get Enable Shutters"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEnableShutters is invoked"
"tooltip": "Signaled after Get Enable Shutters is invoked"
},
"details": {
"name": "GetEnableShutters"
"name": "Get Enable Shutters",
"tooltip": "Returns true if shutters are enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enabled"
}
}
]
@@ -606,14 +635,14 @@
"key": "GetColor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetColor"
"tooltip": "When signaled, this will invoke Get Color"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetColor is invoked"
"tooltip": "Signaled after Get Color is invoked"
},
"details": {
"name": "GetColor"
"name": "Get Color"
},
"results": [
{
@@ -628,20 +657,22 @@
"key": "ConvertToIntensityMode",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ConvertToIntensityMode"
"tooltip": "When signaled, this will invoke Convert To Intensity Mode"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ConvertToIntensityMode is invoked"
"tooltip": "Signaled after Convert To Intensity Mode is invoked"
},
"details": {
"name": "ConvertToIntensityMode"
"name": "Convert To Intensity Mode",
"tooltip": "Sets the photometric unit to the one provided and converts the intensity to the photometric unit so actual light intensity remains constant"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Mode",
"tooltip": "0: Lumen (Total amount of luminous power emitted. Since a unit sphere is 4 pi steradians, 1 candela emitting uniformly in all directions is 4 pi lumens)\n1: Candela (Base unit of luminous intensity; luminous power per unit solid angle)\n2: Lux (One lux is one lumen per square meter. The same lux emitting from larger areas emits more lumens than smaller areas)\n3: Nit (Nits are candela per square meter. It can be calculated as Lux / Pi)\n4: Ev100Luminance (Exposure value for luminance - Similar to nits, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)\n5: Ev100Illuminance (Exposure value for illuminance - Similar to lux, A measurement of illuminance that grows exponentially. See https://en.wikipedia.org/wiki/Exposure_value)"
}
}
]
@@ -650,20 +681,20 @@
"key": "SetShadowmapMaxSize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetShadowmapMaxSize"
"tooltip": "When signaled, this will invoke Set Shadowmap Max Size"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetShadowmapMaxSize is invoked"
"tooltip": "Signaled after Set Shadowmap Max Size is invoked"
},
"details": {
"name": "SetShadowmapMaxSize"
"name": "Set Shadowmap Max Size"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Max Size"
}
}
]
@@ -672,20 +703,21 @@
"key": "GetIntensity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetIntensity"
"tooltip": "When signaled, this will invoke Get Intensity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetIntensity is invoked"
"tooltip": "Signaled after Get Intensity is invoked"
},
"details": {
"name": "GetIntensity"
"name": "Get Intensity",
"tooltip": "Gets an area light's intensity. This value is indepedent from its color"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Intensity"
}
}
]
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AtomToolsDocumentRequestBus"
"name": "Document",
"category": "Atom Tools"
},
"methods": [
{
"key": "CanRedo",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CanRedo"
"tooltip": "When signaled, this will invoke Can Redo"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CanRedo is invoked"
"tooltip": "Signaled after Can Redo is invoked"
},
"details": {
"name": "CanRedo"
"name": "Can Redo"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Can Redo"
}
}
]
@@ -34,20 +35,20 @@
"key": "SaveAsChild",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveAsChild"
"tooltip": "When signaled, this will invoke Save As Child"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveAsChild is invoked"
"tooltip": "Signaled after Save As Child is invoked"
},
"details": {
"name": "SaveAsChild"
"name": "Save As Child"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Save Path"
}
}
],
@@ -55,7 +56,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -77,7 +78,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -99,7 +100,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -108,20 +109,20 @@
"key": "IsOpen",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsOpen"
"tooltip": "When signaled, this will invoke Is Open"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsOpen is invoked"
"tooltip": "Signaled after Is Open is invoked"
},
"details": {
"name": "IsOpen"
"name": "Is Open"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Open"
}
}
]
@@ -143,7 +144,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -165,7 +166,7 @@
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Load Path"
}
}
],
@@ -173,7 +174,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -182,20 +183,20 @@
"key": "CanUndo",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CanUndo"
"tooltip": "When signaled, this will invoke Can Undo"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CanUndo is invoked"
"tooltip": "Signaled after Can Undo is invoked"
},
"details": {
"name": "CanUndo"
"name": "Can Undo"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Can Undo"
}
}
]
@@ -204,26 +205,26 @@
"key": "SetPropertyValue",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetPropertyValue"
"tooltip": "When signaled, this will invoke Set Property Value"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetPropertyValue is invoked"
"tooltip": "Signaled after Set Property Value is invoked"
},
"details": {
"name": "SetPropertyValue"
"name": "Set Property Value"
},
"params": [
{
"typeid": "{3D2B920C-9EFD-40D5-AAE0-DF131C3D4931}",
"details": {
"name": "Name"
"name": "Property Full Name"
}
},
{
"typeid": "{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}",
"details": {
"name": "any"
"name": "Value"
}
}
]
@@ -232,20 +233,20 @@
"key": "SaveAsCopy",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveAsCopy"
"tooltip": "When signaled, this will invoke Save As Copy"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveAsCopy is invoked"
"tooltip": "Signaled after Save As Copy is invoked"
},
"details": {
"name": "SaveAsCopy"
"name": "Save As Copy"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Save Path"
}
}
],
@@ -253,7 +254,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -262,20 +263,20 @@
"key": "BeginEdit",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke BeginEdit"
"tooltip": "When signaled, this will invoke Begin Edit"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after BeginEdit is invoked"
"tooltip": "Signaled after Begin Edit is invoked"
},
"details": {
"name": "BeginEdit"
"name": "Begin Edit"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Begin"
}
}
]
@@ -284,20 +285,20 @@
"key": "GetPropertyValue",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPropertyValue"
"tooltip": "When signaled, this will invoke Get Property Value"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPropertyValue is invoked"
"tooltip": "Signaled after Get Property Value is invoked"
},
"details": {
"name": "GetPropertyValue"
"name": "Get Property Value"
},
"params": [
{
"typeid": "{3D2B920C-9EFD-40D5-AAE0-DF131C3D4931}",
"details": {
"name": "Name"
"name": "Property Full Name"
}
}
],
@@ -305,7 +306,7 @@
{
"typeid": "{03924488-C7F4-4D6D-948B-ABC2D1AE2FD3}",
"details": {
"name": "any"
"name": "Value"
}
}
]
@@ -327,7 +328,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -343,13 +344,13 @@
"tooltip": "Signaled after IsModified is invoked"
},
"details": {
"name": "IsModified"
"name": "Is Modified"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Modified"
}
}
]
@@ -358,20 +359,20 @@
"key": "EndEdit",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke EndEdit"
"tooltip": "When signaled, this will invoke End Edit"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after EndEdit is invoked"
"tooltip": "Signaled after End Edit is invoked"
},
"details": {
"name": "EndEdit"
"name": "End Edit"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "End Edit"
}
}
]
@@ -380,20 +381,20 @@
"key": "GetAbsolutePath",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAbsolutePath"
"tooltip": "When signaled, this will invoke Get Absolute Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAbsolutePath is invoked"
"tooltip": "Signaled after Get Absolute Path is invoked"
},
"details": {
"name": "GetAbsolutePath"
"name": "Get Absolute Path"
},
"results": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Path"
}
}
]
@@ -402,20 +403,20 @@
"key": "GetRelativePath",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetRelativePath"
"tooltip": "When signaled, this will invoke Get Relative Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetRelativePath is invoked"
"tooltip": "Signaled after Get Relative Path is invoked"
},
"details": {
"name": "GetRelativePath"
"name": "Get Relative Path"
},
"results": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Path"
}
}
]
@@ -424,20 +425,20 @@
"key": "IsSavable",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsSavable"
"tooltip": "When signaled, this will invoke Is Savable"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsSavable is invoked"
"tooltip": "Signaled after Is Savable is invoked"
},
"details": {
"name": "IsSavable"
"name": "Is Savable"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Savable"
}
}
]
@@ -459,7 +460,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AtomToolsDocumentSystemRequestBus"
"name": "Document",
"category": "Atom Tools"
},
"methods": [
{
"key": "SaveDocument",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveDocument"
"tooltip": "When signaled, this will invoke Save Document"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveDocument is invoked"
"tooltip": "Signaled after Save Document is invoked"
},
"details": {
"name": "SaveDocument"
"name": "Save Document"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
],
@@ -33,7 +34,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -42,26 +43,26 @@
"key": "SaveDocumentAsChild",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveDocumentAsChild"
"tooltip": "When signaled, this will invoke Save Document As Child"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveDocumentAsChild is invoked"
"tooltip": "Signaled after Save Document As Child is invoked"
},
"details": {
"name": "SaveDocumentAsChild"
"name": "Save Document As Child"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Target Path"
}
}
],
@@ -69,7 +70,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -78,20 +79,20 @@
"key": "OpenDocument",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke OpenDocument"
"tooltip": "When signaled, this will invoke Open Document"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after OpenDocument is invoked"
"tooltip": "Signaled after Open Document is invoked"
},
"details": {
"name": "OpenDocument"
"name": "Open Document"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Source Path"
}
}
],
@@ -99,7 +100,7 @@
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
]
@@ -108,26 +109,26 @@
"key": "CreateDocumentFromFile",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateDocumentFromFile"
"tooltip": "When signaled, this will invoke Create Document From File"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateDocumentFromFile is invoked"
"tooltip": "Signaled after Create Document From File is invoked"
},
"details": {
"name": "CreateDocumentFromFile"
"name": "Create Document From File"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Source Path"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Target Path"
}
}
],
@@ -135,7 +136,7 @@
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
]
@@ -144,20 +145,20 @@
"key": "CloseDocument",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CloseDocument"
"tooltip": "When signaled, this will invoke Close Document"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CloseDocument is invoked"
"tooltip": "Signaled after Close Document is invoked"
},
"details": {
"name": "CloseDocument"
"name": "Close Document"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
],
@@ -165,7 +166,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -174,20 +175,20 @@
"key": "CloseAllDocuments",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CloseAllDocuments"
"tooltip": "When signaled, this will invoke Close All Documents"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CloseAllDocuments is invoked"
"tooltip": "Signaled after Close All Documents is invoked"
},
"details": {
"name": "CloseAllDocuments"
"name": "Close All Documents"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -196,20 +197,20 @@
"key": "CloseAllDocumentsExcept",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CloseAllDocumentsExcept"
"tooltip": "When signaled, this will invoke Close All Documents Except"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CloseAllDocumentsExcept is invoked"
"tooltip": "Signaled after Close All Documents Except is invoked"
},
"details": {
"name": "CloseAllDocumentsExcept"
"name": "Close All Documents Except"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
],
@@ -217,7 +218,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -226,20 +227,20 @@
"key": "CreateDocument",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateDocument"
"tooltip": "When signaled, this will invoke Create Document"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateDocument is invoked"
"tooltip": "Signaled after Create Document is invoked"
},
"details": {
"name": "CreateDocument"
"name": "Create Document"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
]
@@ -248,20 +249,20 @@
"key": "DestroyDocument",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroyDocument"
"tooltip": "When signaled, this will invoke Destroy Document"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroyDocument is invoked"
"tooltip": "Signaled after Destroy Document is invoked"
},
"details": {
"name": "DestroyDocument"
"name": "Destroy Document"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
}
],
@@ -269,7 +270,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -278,26 +279,26 @@
"key": "SaveDocumentAsCopy",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveDocumentAsCopy"
"tooltip": "When signaled, this will invoke Save Document As Copy"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveDocumentAsCopy is invoked"
"tooltip": "Signaled after Save Document As Copy is invoked"
},
"details": {
"name": "SaveDocumentAsCopy"
"name": "Save Document As Copy"
},
"params": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ::Uuid"
"name": "Document Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Target Path"
}
}
],
@@ -305,7 +306,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -314,20 +315,20 @@
"key": "SaveAllDocuments",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveAllDocuments"
"tooltip": "When signaled, this will invoke Save All Documents"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveAllDocuments is invoked"
"tooltip": "Signaled after Save All Documents is invoked"
},
"details": {
"name": "SaveAllDocuments"
"name": "Save All Documents"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -5,35 +5,36 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AtomToolsMainWindowFactoryRequestBus"
"name": "Main Window Factory",
"category": "Atom Tools"
},
"methods": [
{
"key": "CreateMainWindow",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateMainWindow"
"tooltip": "When signaled, this will invoke Create Main Window"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateMainWindow is invoked"
"tooltip": "Signaled after Create Main Window is invoked"
},
"details": {
"name": "CreateMainWindow"
"name": "Create Main Window"
}
},
{
"key": "DestroyMainWindow",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroyMainWindow"
"tooltip": "When signaled, this will invoke Destroy Main Window"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroyMainWindow is invoked"
"tooltip": "Signaled after Destroy Main Window is invoked"
},
"details": {
"name": "DestroyMainWindow"
"name": "Destroy Main Window"
}
}
]
@@ -5,41 +5,42 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AtomToolsMainWindowRequestBus"
"name": "Main Window",
"category": "Atom Tools"
},
"methods": [
{
"key": "UnlockViewportRenderTargetSize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke UnlockViewportRenderTargetSize"
"tooltip": "When signaled, this will invoke Unlock Viewport Render Target Size"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after UnlockViewportRenderTargetSize is invoked"
"tooltip": "Signaled after Unlock Viewport Render Target Size is invoked"
},
"details": {
"name": "UnlockViewportRenderTargetSize"
"name": "Unlock Viewport Render Target Size"
}
},
{
"key": "GetDockWidgetNames",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetDockWidgetNames"
"tooltip": "When signaled, this will invoke Get Dock Widget Names"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetDockWidgetNames is invoked"
"tooltip": "Signaled after Get Dock Widget Names is invoked"
},
"details": {
"name": "GetDockWidgetNames"
"name": "Get Dock Widget Names"
},
"results": [
{
"typeid": "{99DAD0BC-740E-5E82-826B-8FC7968CC02C}",
"details": {
"name": "AZStd::vector"
"name": "Widget Names"
}
}
]
@@ -48,26 +49,26 @@
"key": "ResizeViewportRenderTarget",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ResizeViewportRenderTarget"
"tooltip": "When signaled, this will invoke Resize Viewport Render Target"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ResizeViewportRenderTarget is invoked"
"tooltip": "Signaled after Resize Viewport Render Target is invoked"
},
"details": {
"name": "ResizeViewportRenderTarget"
"name": "Resize Viewport Render Target"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Width"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Height"
}
}
]
@@ -76,26 +77,26 @@
"key": "SetDockWidgetVisible",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetDockWidgetVisible"
"tooltip": "When signaled, this will invoke Set Dock Widget Visible"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetDockWidgetVisible is invoked"
"tooltip": "Signaled after Set Dock Widget Visible is invoked"
},
"details": {
"name": "SetDockWidgetVisible"
"name": "Set Dock Widget Visible"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Widget Name"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Visible"
}
}
]
@@ -104,20 +105,20 @@
"key": "IsDockWidgetVisible",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsDockWidgetVisible"
"tooltip": "When signaled, this will invoke Is Dock Widget Visible"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsDockWidgetVisible is invoked"
"tooltip": "Signaled after Is Dock Widget Visible is invoked"
},
"details": {
"name": "IsDockWidgetVisible"
"name": "Is Dock Widget Visible"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Widget Name"
}
}
],
@@ -125,7 +126,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Visible"
}
}
]
@@ -134,26 +135,26 @@
"key": "LockViewportRenderTargetSize",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke LockViewportRenderTargetSize"
"tooltip": "When signaled, this will invoke Lock Viewport Render Target Size"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after LockViewportRenderTargetSize is invoked"
"tooltip": "Signaled after Lock Viewport Render Target Size is invoked"
},
"details": {
"name": "LockViewportRenderTargetSize"
"name": "Lock Viewport Render Target Size"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Width"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Height"
}
}
]
@@ -162,14 +163,14 @@
"key": "ActivateWindow",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ActivateWindow"
"tooltip": "When signaled, this will invoke Activate Window"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ActivateWindow is invoked"
"tooltip": "Signaled after Activate Window is invoked"
},
"details": {
"name": "ActivateWindow"
"name": "Activate Window"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "AttachmentComponentRequestBus",
"name": "Attachment",
"category": "Animation"
},
"methods": [
@@ -20,29 +20,26 @@
"tooltip": "Signaled after Attach is invoked"
},
"details": {
"name": "Attach",
"tooltip": "Attaches the entity"
"name": "Attach"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Target",
"tooltip": "ID of entity to attach to"
"name": "Target Entity Id",
"tooltip": "The Entity to attach"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Bone",
"tooltip": "Name of bone on entity to attach to. If bone is not found, then attach to target entity's transform origin"
"name": "Target Bone Name"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Offset",
"tooltip": "Attachment's offset from target"
"name": "Offset Transform"
}
}
]
@@ -58,30 +55,27 @@
"tooltip": "Signaled after Detach is invoked"
},
"details": {
"name": "Detach",
"tooltip": "Detaches the entity"
"name": "Detach"
}
},
{
"key": "SetAttachmentOffset",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Offset"
"tooltip": "When signaled, this will invoke SetAttachmentOffset"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Offset is invoked"
"tooltip": "Signaled after SetAttachmentOffset is invoked"
},
"details": {
"name": "Set Offset",
"tooltip": "Sets the offset of the attachment"
"name": "Set Attachment Offset"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Offset",
"tooltip": "Attachment's offset from target"
"name": "Offset Transform"
}
}
]
@@ -5,7 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "Audio System"
"name": "Audio System",
"category": "Audio"
},
"methods": [
{
@@ -19,7 +20,7 @@
"tooltip": "Signaled after LevelUnloadAudio is invoked"
},
"details": {
"name": "LevelUnloadAudio"
"name": "Level Unload Audio"
}
},
{
@@ -33,13 +34,13 @@
"tooltip": "Signaled after LevelLoadAudio is invoked"
},
"details": {
"name": "LevelLoadAudio"
"name": "Level Load Audio"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Level Name"
}
}
]
@@ -48,26 +49,26 @@
"key": "GlobalKillAudioTrigger",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalKillAudioTrigger"
"tooltip": "When signaled, this will invoke Global Kill Audio Trigger"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalKillAudioTrigger is invoked"
"tooltip": "Signaled after Global Kill Audio Trigger is invoked"
},
"details": {
"name": "GlobalKillAudioTrigger"
"name": "Global Kill Audio Trigger"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Trigger Name"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Callback Owner",
"tooltip": "Entity Unique Id"
}
}
@@ -77,26 +78,26 @@
"key": "GlobalSetAudioRtpc",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalSetAudioRtpc"
"tooltip": "When signaled, this will invoke Global Set Audio RTPC"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalSetAudioRtpc is invoked"
"tooltip": "Signaled after Global Set Audio RTPC is invoked"
},
"details": {
"name": "GlobalSetAudioRtpc"
"name": "Global Set Audio RTPC"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "RTPC Name"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Value"
}
}
]
@@ -105,26 +106,26 @@
"key": "GlobalSetAudioSwitchState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalSetAudioSwitchState"
"tooltip": "When signaled, this will invoke Global Set Audio Switch State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalSetAudioSwitchState is invoked"
"tooltip": "Signaled after Global Set Audio Switch State is invoked"
},
"details": {
"name": "GlobalSetAudioSwitchState"
"name": "Global Set Audio Switch State"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Switch Name"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]
@@ -140,13 +141,13 @@
"tooltip": "Signaled after GlobalRefreshAudio is invoked"
},
"details": {
"name": "GlobalRefreshAudio"
"name": "Global Refresh Audio"
},
"params": [
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Level Name"
}
}
]
@@ -155,40 +156,40 @@
"key": "GlobalMuteAudio",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalMuteAudio"
"tooltip": "When signaled, this will invoke Global Mute Audio"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalMuteAudio is invoked"
"tooltip": "Signaled after Global Mute Audio is invoked"
},
"details": {
"name": "GlobalMuteAudio"
"name": "Global Mute Audio"
}
},
{
"key": "GlobalExecuteAudioTrigger",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalExecuteAudioTrigger"
"tooltip": "When signaled, this will invoke Global Execute Audio Trigger"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalExecuteAudioTrigger is invoked"
"tooltip": "Signaled after Global Execute Audio Trigger is invoked"
},
"details": {
"name": "GlobalExecuteAudioTrigger"
"name": "Global Execute Audio Trigger"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Trigger Name"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Callback Owner",
"tooltip": "Entity Unique Id"
}
}
@@ -198,42 +199,42 @@
"key": "GlobalStopAllSounds",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalStopAllSounds"
"tooltip": "When signaled, this will invoke Global Stop All Sounds"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalStopAllSounds is invoked"
"tooltip": "Signaled after Global Stop All Sounds is invoked"
},
"details": {
"name": "GlobalStopAllSounds"
"name": "Global Stop All Sounds"
}
},
{
"key": "GlobalUnmuteAudio",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalUnmuteAudio"
"tooltip": "When signaled, this will invoke Global Unmute Audio"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalUnmuteAudio is invoked"
"tooltip": "Signaled after Global Unmute Audio is invoked"
},
"details": {
"name": "GlobalUnmuteAudio"
"name": "Global Unmute Audio"
}
},
{
"key": "GlobalResetAudioRtpcs",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GlobalResetAudioRtpcs"
"tooltip": "When signaled, this will invoke Global Reset Audio RTPCs"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GlobalResetAudioRtpcs is invoked"
"tooltip": "Signaled after Global Reset Audio RTPCs is invoked"
},
"details": {
"name": "GlobalResetAudioRtpcs"
"name": "Global Reset Audio RTPCs"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CharacterControllerRequestBus",
"name": "Character",
"category": "PhysX"
},
"methods": [
@@ -13,22 +13,20 @@
"key": "SetSlopeLimitDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Slope Limit (degrees)"
"tooltip": "When signaled, this will invoke Set Slope Limit Degrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Slope Limit (degrees) is invoked"
"tooltip": "Signaled after Set Slope Limit Degrees is invoked"
},
"details": {
"name": "Set Slope Limit (degrees)",
"tooltip": "Sets the maximum slope (in degrees) which the controller can ascend"
"name": "Set Slope Limit Degrees"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Slope Limit (degrees)",
"tooltip": "The new value for the maximum slope (in degrees) which the controller can ascend"
"name": "Slope Limit"
}
}
]
@@ -37,21 +35,20 @@
"key": "GetSlopeLimitDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Slope Limit (degrees)"
"tooltip": "When signaled, this will invoke Get Slope Limit Degrees"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Slope Limit (degrees) is invoked"
"tooltip": "Signaled after Get Slope Limit Degrees is invoked"
},
"details": {
"name": "Get Slope Limit (degrees)",
"tooltip": "Gets the maximum slope (in degrees) which the controller can ascend"
"name": "Get Slope Limit Degrees"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Slope Limit"
}
}
]
@@ -67,15 +64,13 @@
"tooltip": "Signaled after Set Maximum Speed is invoked"
},
"details": {
"name": "Set Maximum Speed",
"tooltip": "Sets the maximum speed, above which the accumulated requested velocity will be clamped"
"name": "Set Maximum Speed"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Maximum Speed",
"tooltip": "The new value for the maximum speed, above which the accumulated requested velocity will be clamped"
"name": "Maximum Speed"
}
}
]
@@ -91,14 +86,13 @@
"tooltip": "Signaled after Get Up Direction is invoked"
},
"details": {
"name": "Get Up Direction",
"tooltip": "Gets the direction considered to be upwards when simulating the character"
"name": "Get Up Direction"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Up"
}
}
]
@@ -114,15 +108,13 @@
"tooltip": "Signaled after Add Velocity is invoked"
},
"details": {
"name": "Add Velocity",
"tooltip": "Requests a velocity for the controller, to be accumulated with other requests this tick and cumulatively applied before the next physics update"
"name": "Add Velocity"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Velocity",
"tooltip": "The desired velocity"
"name": "Velocity"
}
}
]
@@ -138,15 +130,13 @@
"tooltip": "Signaled after Set Base Position is invoked"
},
"details": {
"name": "Set Base Position",
"tooltip": "Directly moves (teleports) the controller to a new base position"
"name": "Set Base Position"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Base Position",
"tooltip": "The new value for the controller's base position"
"name": "Position"
}
}
]
@@ -162,14 +152,13 @@
"tooltip": "Signaled after Get Center Position is invoked"
},
"details": {
"name": "Get Center Position",
"tooltip": "Gets the position of the controller's center"
"name": "Get Center Position"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Position"
}
}
]
@@ -185,14 +174,13 @@
"tooltip": "Signaled after Get Step Height is invoked"
},
"details": {
"name": "Get Step Height",
"tooltip": "Gets the maximum height of steps which the controller can ascend"
"name": "Get Step Height"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Step Height"
}
}
]
@@ -208,14 +196,13 @@
"tooltip": "Signaled after Get Base Position is invoked"
},
"details": {
"name": "Get Base Position",
"tooltip": "Gets the position of the controller's base"
"name": "Get Base Position"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Position"
}
}
]
@@ -231,15 +218,13 @@
"tooltip": "Signaled after Set Step Height is invoked"
},
"details": {
"name": "Set Step Height",
"tooltip": "Sets the maximum height of steps which the controller can ascend"
"name": "Set Step Height"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Step Height",
"tooltip": "The new value for the maximum height of steps which the controller can ascend"
"name": "Step Height"
}
}
]
@@ -255,14 +240,13 @@
"tooltip": "Signaled after Get Maximum Speed is invoked"
},
"details": {
"name": "Get Maximum Speed",
"tooltip": "Gets the maximum speed, above which the accumulated requested velocity will be clamped"
"name": "Get Maximum Speed"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Maximum Speed"
}
}
]
@@ -278,14 +262,13 @@
"tooltip": "Signaled after Get Velocity is invoked"
},
"details": {
"name": "Get Velocity",
"tooltip": "Gets the character's observed velocity from the last simulation update"
"name": "Get Velocity"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Velocity"
}
}
]
@@ -0,0 +1,124 @@
{
"entries": [
{
"key": "CharacterGameplayRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Character"
},
"methods": [
{
"key": "GetFallingVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Falling Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Falling Velocity is invoked"
},
"details": {
"name": "Get Falling Velocity"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Falling Velocity"
}
}
]
},
{
"key": "GetGravityMultiplier",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Gravity Multiplier"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Gravity Multiplier is invoked"
},
"details": {
"name": "Get Gravity Multiplier"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Gravity Multiplier"
}
}
]
},
{
"key": "SetGravityMultiplier",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Gravity Multiplier"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Gravity Multiplier is invoked"
},
"details": {
"name": "Set Gravity Multiplier"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Gravity Multiplier"
}
}
]
},
{
"key": "IsOnGround",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is On Ground"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is On Ground is invoked"
},
"details": {
"name": "Is On Ground"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is On Ground"
}
}
]
},
{
"key": "SetFallingVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Falling Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Falling Velocity is invoked"
},
"details": {
"name": "Set Falling Velocity"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Falling Velocity"
}
}
]
}
]
}
]
}
@@ -5,8 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CollisionFilteringBus",
"category": "PhysX"
"name": "Collision Filtering"
},
"methods": [
{
@@ -20,29 +19,25 @@
"tooltip": "Signaled after Toggle Collision Layer is invoked"
},
"details": {
"name": "Toggle Collision Layer",
"tooltip": "Toggles a collision layer on or off on a collision group."
"name": "Toggle Collision Layer"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Layer Name",
"tooltip": "The name of the layer to toggle. The layer name must exist in the PhysX Configuration otherwise this node will have no effect."
"name": "Layer Name"
}
},
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Collider Tag",
"tooltip": "Use this to target a specific collider on the entity. If left blank, all colliders will be updated."
"name": "Collider Tag"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled",
"tooltip": "Toggles the layer on or off"
"name": "Enabled"
}
}
]
@@ -58,22 +53,19 @@
"tooltip": "Signaled after Set Collision Group is invoked"
},
"details": {
"name": "Set Collision Group",
"tooltip": "Sets the collision group on a collider"
"name": "Set Collision Group"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Group Name",
"tooltip": "The name of the group to set. The group name must exist in the PhysX Configuration otherwise this node will have no effect."
"name": "Group Name"
}
},
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Collider Tag",
"tooltip": "Use this to target a specific collider on the entity. If left blank, all colliders will be updated."
"name": "Collider Tag"
}
}
]
@@ -89,14 +81,13 @@
"tooltip": "Signaled after Get Collision Group Name is invoked"
},
"details": {
"name": "Get Collision Group Name",
"tooltip": "Gets the collision group on an entity. Note: multiple colliders on an entity are not supported."
"name": "Get Collision Group Name"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Name"
}
}
]
@@ -112,14 +103,13 @@
"tooltip": "Signaled after Get Collision Layer Name is invoked"
},
"details": {
"name": "Get Collision Layer Name",
"tooltip": "Gets the collision layer on an entity. Note: multiple colliders on an entity are not supported."
"name": "Get Collision Layer Name"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Name"
}
}
]
@@ -135,22 +125,19 @@
"tooltip": "Signaled after Set Collision Layer is invoked"
},
"details": {
"name": "Set Collision Layer",
"tooltip": "Sets the collision layer on a collider"
"name": "Set Collision Layer"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Layer Name",
"tooltip": "The name of the layer to set. The layer name must exist in the PhysX Configuration otherwise this node will have no effect."
"name": "Layer Name"
}
},
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Collider Tag",
"tooltip": "Use this to target a specific collider on the entity. If left blank, all colliders will be updated."
"name": "Collider Tag"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "ConsoleRequestBus",
"name": "Console",
"category": "Utilities"
},
"methods": [
@@ -26,7 +26,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Command"
}
}
]
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "EditorCameraRequestBus"
"name": "Editor Camera",
"category": "Editor"
},
"methods": [
{
"key": "SetViewFromEntityPerspective",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetViewFromEntityPerspective"
"tooltip": "When signaled, this will invoke Set View From Entity Perspective"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetViewFromEntityPerspective is invoked"
"tooltip": "Signaled after Set View From Entity Perspective is invoked"
},
"details": {
"name": "SetViewFromEntityPerspective"
"name": "Set View From Entity Perspective"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -35,27 +36,27 @@
"key": "SetViewAndMovementLockFromEntityPerspective",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetViewAndMovementLockFromEntityPerspective"
"tooltip": "When signaled, this will invoke Set View And Movement Lock From Entity Perspective"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetViewAndMovementLockFromEntityPerspective is invoked"
"tooltip": "Signaled after Set View And Movement Lock From Entity Perspective is invoked"
},
"details": {
"name": "SetViewAndMovementLockFromEntityPerspective"
"name": "Set View And Movement Lock From Entity Perspective"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Lock Camera Movement"
}
}
]
@@ -64,20 +65,20 @@
"key": "GetCurrentViewEntityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetCurrentViewEntityId"
"tooltip": "When signaled, this will invoke Get Current View Entity Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetCurrentViewEntityId is invoked"
"tooltip": "Signaled after Get Current View Entity Id is invoked"
},
"details": {
"name": "GetCurrentViewEntityId"
"name": "Get Current View Entity Id"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -87,20 +88,20 @@
"key": "GetActiveCameraPosition",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetActiveCameraPosition"
"tooltip": "When signaled, this will invoke Get Active Camera Position"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetActiveCameraPosition is invoked"
"tooltip": "Signaled after Get Active Camera Position is invoked"
},
"details": {
"name": "GetActiveCameraPosition"
"name": "Get Active Camera Position"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Position"
}
}
],
@@ -108,7 +109,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Success"
}
}
]
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "EditorTransformComponentSelectionRequestBus"
"name": "Editor Transform Component Selection",
"category": "Editor"
},
"methods": [
{
"key": "CopyTranslationToSelectedEntitiesGroup",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyTranslationToSelectedEntitiesGroup"
"tooltip": "When signaled, this will invoke Copy Translation To Selected Entities Group"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyTranslationToSelectedEntitiesGroup is invoked"
"tooltip": "Signaled after Copy Translation To Selected Entities Group is invoked"
},
"details": {
"name": "CopyTranslationToSelectedEntitiesGroup"
"name": "Copy Translation To Selected Entities Group"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Translation"
}
}
]
@@ -34,14 +35,14 @@
"key": "CopyOrientationToSelectedEntitiesIndividual",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyOrientationToSelectedEntitiesIndividual"
"tooltip": "When signaled, this will invoke Copy Orientation To Selected Entities Individual"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyOrientationToSelectedEntitiesIndividual is invoked"
"tooltip": "Signaled after Copy Orientation To Selected Entities Individual is invoked"
},
"details": {
"name": "CopyOrientationToSelectedEntitiesIndividual"
"name": "Copy Orientation To Selected Entities Individual"
},
"params": [
{
@@ -56,14 +57,14 @@
"key": "CopyOrientationToSelectedEntitiesGroup",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyOrientationToSelectedEntitiesGroup"
"tooltip": "When signaled, this will invoke Copy Orientation To Selected Entities Group"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyOrientationToSelectedEntitiesGroup is invoked"
"tooltip": "Signaled after Copy Orientation To Selected Entities Group is invoked"
},
"details": {
"name": "CopyOrientationToSelectedEntitiesGroup"
"name": "Copy Orientation To Selected Entities Group"
},
"params": [
{
@@ -78,20 +79,20 @@
"key": "CopyTranslationToSelectedEntitiesIndividual",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyTranslationToSelectedEntitiesIndividual"
"tooltip": "When signaled, this will invoke Copy Translation To Selected Entities Individual"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyTranslationToSelectedEntitiesIndividual is invoked"
"tooltip": "Signaled after Copy Translation To Selected Entities Individual is invoked"
},
"details": {
"name": "CopyTranslationToSelectedEntitiesIndividual"
"name": "Copy Translation To Selected Entities Individual"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Translation"
}
}
]
@@ -100,14 +101,14 @@
"key": "CopyScaleToSelectedEntitiesIndividualLocal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyScaleToSelectedEntitiesIndividualLocal"
"tooltip": "When signaled, this will invoke Copy Scale To Selected Entities Individual Local"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyScaleToSelectedEntitiesIndividualLocal is invoked"
"tooltip": "Signaled after Copy Scale To Selected Entities Individual Local is invoked"
},
"details": {
"name": "CopyScaleToSelectedEntitiesIndividualLocal"
"name": "Copy Scale To Selected Entities Individual Local"
},
"params": [
{
@@ -122,20 +123,20 @@
"key": "OverrideManipulatorTranslation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke OverrideManipulatorTranslation"
"tooltip": "When signaled, this will invoke Override Manipulator Translation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after OverrideManipulatorTranslation is invoked"
"tooltip": "Signaled after Override Manipulator Translation is invoked"
},
"details": {
"name": "OverrideManipulatorTranslation"
"name": "Override Manipulator Translation"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Vector 3"
}
}
]
@@ -144,14 +145,14 @@
"key": "RefreshManipulators",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RefreshManipulators"
"tooltip": "When signaled, this will invoke Refresh Manipulators"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RefreshManipulators is invoked"
"tooltip": "Signaled after Refresh Manipulators is invoked"
},
"details": {
"name": "RefreshManipulators"
"name": "Refresh Manipulators"
},
"params": [
{
@@ -166,14 +167,14 @@
"key": "OverrideManipulatorOrientation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke OverrideManipulatorOrientation"
"tooltip": "When signaled, this will invoke Override Manipulator Orientation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after OverrideManipulatorOrientation is invoked"
"tooltip": "Signaled after Override Manipulator Orientation is invoked"
},
"details": {
"name": "OverrideManipulatorOrientation"
"name": "Override Manipulator Orientation"
},
"params": [
{
@@ -188,14 +189,14 @@
"key": "GetTransformMode",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTransformMode"
"tooltip": "When signaled, this will invoke Get Transform Mode"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTransformMode is invoked"
"tooltip": "Signaled after Get Transform Mode is invoked"
},
"details": {
"name": "GetTransformMode"
"name": "Get Transform Mode"
},
"results": [
{
@@ -210,14 +211,14 @@
"key": "CopyScaleToSelectedEntitiesIndividualWorld",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CopyScaleToSelectedEntitiesIndividualWorld"
"tooltip": "When signaled, this will invoke Copy Scale To Selected Entities Individual World"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CopyScaleToSelectedEntitiesIndividualWorld is invoked"
"tooltip": "Signaled after Copy Scale To Selected Entities Individual World is invoked"
},
"details": {
"name": "CopyScaleToSelectedEntitiesIndividualWorld"
"name": "Copy Scale To Selected Entities Individual World"
},
"params": [
{
@@ -232,14 +233,14 @@
"key": "SetTransformMode",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTransformMode"
"tooltip": "When signaled, this will invoke Set Transform Mode"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTransformMode is invoked"
"tooltip": "Signaled after Set Transform Mode is invoked"
},
"details": {
"name": "SetTransformMode"
"name": "Set Transform Mode"
},
"params": [
{
@@ -254,28 +255,28 @@
"key": "ResetTranslationForSelectedEntitiesLocal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ResetTranslationForSelectedEntitiesLocal"
"tooltip": "When signaled, this will invoke Reset Translation For Selected Entities Local"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ResetTranslationForSelectedEntitiesLocal is invoked"
"tooltip": "Signaled after Reset Translation For Selected Entities Local is invoked"
},
"details": {
"name": "ResetTranslationForSelectedEntitiesLocal"
"name": "Reset Translation For Selected Entities Local"
}
},
{
"key": "ResetOrientationForSelectedEntitiesLocal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ResetOrientationForSelectedEntitiesLocal"
"tooltip": "When signaled, this will invoke Reset Orientation For Selected Entities Local"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ResetOrientationForSelectedEntitiesLocal is invoked"
"tooltip": "Signaled after Reset Orientation For Selected Entities Local is invoked"
},
"details": {
"name": "ResetOrientationForSelectedEntitiesLocal"
"name": "Reset Orientation For Selected Entities Local"
}
}
]
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "ForceLinearDampingRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force Linear Damping"
},
"methods": [
{
"key": "SetDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Damping is invoked"
},
"details": {
"name": "Set Damping"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damping"
}
}
]
},
{
"key": "GetDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Damping is invoked"
},
"details": {
"name": "Get Damping"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damping"
}
}
]
}
]
}
]
}
@@ -0,0 +1,102 @@
{
"entries": [
{
"key": "ForceLocalSpaceRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force Local Space"
},
"methods": [
{
"key": "SetDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetDirection is invoked"
},
"details": {
"name": "Set Direction"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "GetDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Direction is invoked"
},
"details": {
"name": "Get Direction"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "SetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Magnitude is invoked"
},
"details": {
"name": "Set Magnitude"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
},
{
"key": "GetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Magnitude is invoked"
},
"details": {
"name": "Get Magnitude"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "ForcePointRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force Point"
},
"methods": [
{
"key": "SetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Magnitude is invoked"
},
"details": {
"name": "Set Magnitude"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
},
{
"key": "GetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Magnitude is invoked"
},
"details": {
"name": "Get Magnitude"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "ForceSimpleDragRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force Simple Drag"
},
"methods": [
{
"key": "SetDensity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Density"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Density is invoked"
},
"details": {
"name": "Set Density"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Density"
}
}
]
},
{
"key": "GetDensity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Density"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Density is invoked"
},
"details": {
"name": "Get Density"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Density"
}
}
]
}
]
}
]
}
@@ -0,0 +1,190 @@
{
"entries": [
{
"key": "ForceSplineFollowRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force Spline Follow"
},
"methods": [
{
"key": "GetLookAhead",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Look Ahead"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Look Ahead is invoked"
},
"details": {
"name": "Get Look Ahead"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Look Ahead"
}
}
]
},
{
"key": "SetLookAhead",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Look Ahead"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Look Ahead is invoked"
},
"details": {
"name": "Set Look Ahead"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Look Ahead"
}
}
]
},
{
"key": "SetTargetSpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Target Speed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Target Speed is invoked"
},
"details": {
"name": "Set Target Speed"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Target Speed"
}
}
]
},
{
"key": "GetFrequency",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Frequency"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Frequency is invoked"
},
"details": {
"name": "Get Frequency"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Frequency"
}
}
]
},
{
"key": "GetDampingRatio",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Damping Ratio"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Damping Ratio is invoked"
},
"details": {
"name": "Get Damping Ratio"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damping Ratio"
}
}
]
},
{
"key": "SetFrequency",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Frequency"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Frequency is invoked"
},
"details": {
"name": "Set Frequency"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Frequency"
}
}
]
},
{
"key": "GetTargetSpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Target Speed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Target Speed is invoked"
},
"details": {
"name": "Get Target Speed"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Target Speed"
}
}
]
},
{
"key": "SetDampingRatio",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Damping Ratio"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Damping Ratio is invoked"
},
"details": {
"name": "Set Damping Ratio"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damping Ratio"
}
}
]
}
]
}
]
}
@@ -0,0 +1,102 @@
{
"entries": [
{
"key": "ForceWorldSpaceRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Force World Space"
},
"methods": [
{
"key": "SetDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Direction is invoked"
},
"details": {
"name": "Set Direction"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "GetDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Direction is invoked"
},
"details": {
"name": "Get Direction"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
}
]
},
{
"key": "SetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Magnitude is invoked"
},
"details": {
"name": "Set Magnitude"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
},
{
"key": "GetMagnitude",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Magnitude"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Magnitude is invoked"
},
"details": {
"name": "Get Magnitude"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Magnitude"
}
}
]
}
]
}
]
}
@@ -5,8 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "GameEntityContextRequestBus",
"category": "Entity"
"name": "Game Entity Context",
"category": "Game Entity"
},
"methods": [
{
@@ -26,7 +26,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -49,7 +49,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -58,7 +58,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Name"
}
}
]
@@ -80,7 +80,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -103,7 +103,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -126,7 +126,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -136,20 +136,20 @@
"key": "CreateGameEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateGameEntity"
"tooltip": "When signaled, this will invoke Create Game Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateGameEntity is invoked"
"tooltip": "Signaled after Create Game Entity is invoked"
},
"details": {
"name": "CreateGameEntity"
"name": "Create Game Entity"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "Name"
}
}
],
@@ -0,0 +1,234 @@
{
"entries": [
{
"key": "HeightfieldProviderRequestsBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Heightfield Provider"
},
"methods": [
{
"key": "GetHeightfieldMinHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Min Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Min Height is invoked"
},
"details": {
"name": "Get Heightfield Min Height"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Heightfield Min Height"
}
}
]
},
{
"key": "GetHeights",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heights"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heights is invoked"
},
"details": {
"name": "Get Heights"
},
"results": [
{
"typeid": "{6106BF95-5ACD-5071-8D0E-4F846C2138AD}",
"details": {
"name": "Heights"
}
}
]
},
{
"key": "GetHeightfieldMaxHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Max Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Max Height is invoked"
},
"details": {
"name": "Get Heightfield Max Height"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Heightfield Max Height"
}
}
]
},
{
"key": "GetHeightfieldGridColumns",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Grid Columns"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Grid Columns is invoked"
},
"details": {
"name": "Get Heightfield Grid Columns"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Heightfield Grid Columns"
}
}
]
},
{
"key": "GetMaterialList",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Material List"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Material List is invoked"
},
"details": {
"name": "Get Material List"
},
"results": [
{
"typeid": "{82111EAD-9C65-57F0-BA72-46D6D931B434}",
"details": {
"name": "Material List"
}
}
]
},
{
"key": "GetHeightfieldTransform",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Transform is invoked"
},
"details": {
"name": "Get Heightfield Transform"
},
"results": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Heightfield Transform"
}
}
]
},
{
"key": "GetHeightfieldGridRows",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Grid Rows"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Grid Rows is invoked"
},
"details": {
"name": "Get Heightfield Grid Rows"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Heightfield Grid Rows"
}
}
]
},
{
"key": "GetHeightfieldGridSpacing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield Grid Spacing"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield Grid Spacing is invoked"
},
"details": {
"name": "Get Heightfield Grid Spacing"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Heightfield Grid Spacing"
}
}
]
},
{
"key": "GetHeightfieldAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heightfield AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heightfield AABB is invoked"
},
"details": {
"name": "Get Heightfield AABB"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
}
]
},
{
"key": "GetHeightsAndMaterials",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Heights And Materials"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Heights And Materials is invoked"
},
"details": {
"name": "Get Heights And Materials"
},
"results": [
{
"typeid": "{887288A6-8B56-55A7-BD10-3E4B19CBFD6C}",
"details": {
"name": "Heights And Materials"
}
}
]
}
]
}
]
}
@@ -5,8 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "NonUniformScaleRequestBus",
"category": "Entity"
"name": "Non Uniform Scale"
},
"methods": [
{
@@ -26,7 +25,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Scale"
}
}
]
@@ -48,7 +47,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Non-uniform Scale"
"name": "Scale"
}
}
]
@@ -41,7 +41,7 @@
"tooltip": "Signaled after Get Radius is invoked"
},
"details": {
"name": "Get adius"
"name": "Get Radius"
},
"results": [
{
@@ -5,27 +5,27 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "PrefabLoaderScriptingBus"
"name": "Prefab Loader"
},
"methods": [
{
"key": "SaveTemplateToString",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SaveTemplateToString"
"tooltip": "When signaled, this will invoke Save Template To String"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SaveTemplateToString is invoked"
"tooltip": "Signaled after Save Template To String is invoked"
},
"details": {
"name": "SaveTemplateToString"
"name": "Save Template To String"
},
"params": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Template Id"
}
}
],
@@ -33,7 +33,7 @@
{
"typeid": "{92FC6941-F5F5-5141-97A4-1965FC8B09CD}",
"details": {
"name": ""
"name": "Success"
}
}
]
@@ -5,33 +5,33 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "PrefabSystemScriptingBus"
"name": "Prefab System"
},
"methods": [
{
"key": "CreatePrefab",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreatePrefab"
"tooltip": "When signaled, this will invoke Create Prefab"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreatePrefab is invoked"
"tooltip": "Signaled after Create Prefab is invoked"
},
"details": {
"name": "CreatePrefab"
"name": "Create Prefab"
},
"params": [
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Entity Ids"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "File Path"
}
}
],
@@ -39,7 +39,7 @@
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Template Id"
}
}
]
@@ -0,0 +1,722 @@
{
"entries": [
{
"key": "RigidBodyRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Rigid Body"
},
"methods": [
{
"key": "SetLinearVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Linear Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Linear Velocity is invoked"
},
"details": {
"name": "Set Linear Velocity"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Linear Velocity"
}
}
]
},
{
"key": "SetKinematic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Kinematic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Kinematic is invoked"
},
"details": {
"name": "Set Kinematic"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
},
{
"key": "SetMass",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Mass"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Mass is invoked"
},
"details": {
"name": "Set Mass"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Mass"
}
}
]
},
{
"key": "SetGravityEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Gravity Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Gravity Enabled is invoked"
},
"details": {
"name": "Set Gravity Enabled"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
},
{
"key": "GetAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get AABB is invoked"
},
"details": {
"name": "Get AABB"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
}
]
},
{
"key": "ForceAwake",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Force Awake"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Force Awake is invoked"
},
"details": {
"name": "Force Awake"
}
},
{
"key": "SetAngularDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Angular Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Angular Damping is invoked"
},
"details": {
"name": "Set Angular Damping"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angular Damping"
}
}
]
},
{
"key": "ApplyAngularImpulse",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Apply Angular Impulse"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Apply Angular Impulse is invoked"
},
"details": {
"name": "Apply Angular Impulse"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Angular Impulse"
}
}
]
},
{
"key": "DisablePhysics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Disable Physics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Disable Physics is invoked"
},
"details": {
"name": "Disable Physics"
}
},
{
"key": "SetSimulationEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Simulation Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Simulation Enabled is invoked"
},
"details": {
"name": "Set Simulation Enabled"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
},
{
"key": "GetLinearVelocityAtWorldPoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Linear Velocity At World Point"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Linear Velocity At World Point is invoked"
},
"details": {
"name": "Get Linear Velocity At World Point"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Linear Velocity"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "World Point"
}
}
]
},
{
"key": "SetAngularVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Angular Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Angular Velocity is invoked"
},
"details": {
"name": "Set Angular Velocity"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Angular Velocity"
}
}
]
},
{
"key": "SetCenterOfMassOffset",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Center Of Mass Offset"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Center Of Mass Offset is invoked"
},
"details": {
"name": "Set Center Of Mass Offset"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Offset"
}
}
]
},
{
"key": "IsPhysicsEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Physics Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Physics Enabled is invoked"
},
"details": {
"name": "Is Physics Enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Enabled"
}
}
]
},
{
"key": "GetSleepThreshold",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Sleep Threshold"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Sleep Threshold is invoked"
},
"details": {
"name": "Get Sleep Threshold"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Sleep Threshold"
}
}
]
},
{
"key": "SetKinematicTarget",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Kinematic Target"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Kinematic Target is invoked"
},
"details": {
"name": "Set Kinematic Target"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Kinematic Target"
}
}
]
},
{
"key": "EnablePhysics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Enable Physics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Enable Physics is invoked"
},
"details": {
"name": "Enable Physics"
}
},
{
"key": "GetLinearDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Linear Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Linear Damping is invoked"
},
"details": {
"name": "Get Linear Damping"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Linear Damping"
}
}
]
},
{
"key": "ApplyLinearImpulseAtWorldPoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Apply Linear Impulse At World Point"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Apply Linear Impulse At World Point is invoked"
},
"details": {
"name": "Apply Linear Impulse At World Point"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Linear Impulse"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "World Point"
}
}
]
},
{
"key": "GetCenterOfMassWorld",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Center Of Mass World"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Center Of Mass World is invoked"
},
"details": {
"name": "Get Center Of Mass World"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Center of Mass (World)"
}
}
]
},
{
"key": "GetCenterOfMassLocal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Center Of Mass Local"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Center Of Mass Local is invoked"
},
"details": {
"name": "Get Center Of Mass Local"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Center Of Mass (Local)"
}
}
]
},
{
"key": "SetLinearDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Linear Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Linear Damping is invoked"
},
"details": {
"name": "Set Linear Damping"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Linear Damping"
}
}
]
},
{
"key": "GetAngularDamping",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Angular Damping"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Angular Damping is invoked"
},
"details": {
"name": "Get Angular Damping"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Angular Damping"
}
}
]
},
{
"key": "GetLinearVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Linear Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Linear Velocity is invoked"
},
"details": {
"name": "Get Linear Velocity"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Linear Velocity"
}
}
]
},
{
"key": "IsAwake",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Awake"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Awake is invoked"
},
"details": {
"name": "Is Awake"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Awake"
}
}
]
},
{
"key": "IsGravityEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Gravity Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Gravity Enabled is invoked"
},
"details": {
"name": "Is Gravity Enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Gravity Enabled"
}
}
]
},
{
"key": "GetInverseMass",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Inverse Mass"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Inverse Mass is invoked"
},
"details": {
"name": "Get Inverse Mass"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Inverse Mass"
}
}
]
},
{
"key": "SetSleepThreshold",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Sleep Threshold"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Sleep Threshold is invoked"
},
"details": {
"name": "Set Sleep Threshold"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Sleep Threshold"
}
}
]
},
{
"key": "ForceAsleep",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Force Asleep"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Force Asleep is invoked"
},
"details": {
"name": "Force Asleep"
}
},
{
"key": "GetMass",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Mass"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Mass is invoked"
},
"details": {
"name": "Get Mass"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Mass"
}
}
]
},
{
"key": "IsKinematic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Kinematic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Kinematic is invoked"
},
"details": {
"name": "Is Kinematic"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Kinematic"
}
}
]
},
{
"key": "ApplyLinearImpulse",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Apply Linear Impulse"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Apply Linear Impulse is invoked"
},
"details": {
"name": "Apply Linear Impulse"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Linear Impulse"
}
}
]
},
{
"key": "GetAngularVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Angular Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Angular Velocity is invoked"
},
"details": {
"name": "Get Angular Velocity"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Angular Velocity"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "SequenceComponentRequestBus",
"name": "Sequence",
"category": "Animation"
},
"methods": [
@@ -13,20 +13,21 @@
"key": "GetPlaySpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Play Speed"
"tooltip": "When signaled, this will invoke GetPlaySpeed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Play Speed is invoked"
"tooltip": "Signaled after GetPlaySpeed is invoked"
},
"details": {
"name": "Get Play Speed"
"name": "Get Play Speed",
"tooltip": "Returns the current play back speed as a multiplier (1.0 is normal speed, less is slower, more is faster)"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Play Speed"
}
}
]
@@ -42,13 +43,14 @@
"tooltip": "Signaled after Jump To Time is invoked"
},
"details": {
"name": "Jump To Time"
"name": "Jump To Time",
"tooltip": "Move the Playhead to the given time"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -64,7 +66,8 @@
"tooltip": "Signaled after Resume is invoked"
},
"details": {
"name": "Resume"
"name": "Resume",
"tooltip": "Resume the sequence. Resume essentially 'unpauses' a sequence. It must have been playing before the pause for playback to start again"
}
},
{
@@ -78,7 +81,8 @@
"tooltip": "Signaled after Jump To End is invoked"
},
"details": {
"name": "Jump To End"
"name": "Jump To End",
"tooltip": "Move the Playhead to the end of the sequence"
}
},
{
@@ -92,13 +96,14 @@
"tooltip": "Signaled after Get Current Play Time is invoked"
},
"details": {
"name": "Get Current Play Time"
"name": "Get Current Play Time",
"tooltip": " Returns the current play time in seconds"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Play Time"
}
}
]
@@ -114,33 +119,35 @@
"tooltip": "Signaled after Pause is invoked"
},
"details": {
"name": "Pause"
"name": "Pause",
"tooltip": "Pause the sequence. Sequence must be playing for pause to have an effect. Pausing leaves the play time at its current position"
}
},
{
"key": "PlayBetweenTimes",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Play Between Times"
"tooltip": "When signaled, this will invoke PlayBetweenTimes"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Play Between Times is invoked"
"tooltip": "Signaled after PlayBetweenTimes is invoked"
},
"details": {
"name": "Play Between Times"
"name": "PlayBetweenTimes",
"tooltip": "Play sequence between the start to end times, outside of which the sequence behaves according to its 'Out of Range' time setting"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Start Time"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "End Time"
}
}
]
@@ -156,7 +163,8 @@
"tooltip": "Signaled after Stop is invoked"
},
"details": {
"name": "Stop"
"name": "Stop",
"tooltip": "Pause the sequence. Sequence must be playing for pause to have an effect. Pausing leaves the play time at its current position"
}
},
{
@@ -170,7 +178,8 @@
"tooltip": "Signaled after Jump To Beginning is invoked"
},
"details": {
"name": "Jump To Beginning"
"name": "Jump To Beginning",
"tooltip": "Move the Playhead to the beginning of the sequence"
}
},
{
@@ -184,27 +193,29 @@
"tooltip": "Signaled after Play is invoked"
},
"details": {
"name": "Play"
"name": "Play",
"tooltip": "Play sequence from the start to end times set the sequence"
}
},
{
"key": "SetPlaySpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Play Speed"
"tooltip": "When signaled, this will invoke SetPlaySpeed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Play Speed is invoked"
"tooltip": "Signaled after SetPlaySpeed is invoked"
},
"details": {
"name": "Set Play Speed"
"name": "SetPlaySpeed",
"tooltip": "Set the play speed"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Play Speed"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "SimpleMotionComponentRequestBus",
"name": "Simple Motion",
"category": "Animation"
},
"methods": [
@@ -13,20 +13,20 @@
"key": "BlendOutTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke BlendOutTime"
"tooltip": "When signaled, this will invoke Blend Out Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after BlendOutTime is invoked"
"tooltip": "Signaled after Blend Out Time is invoked"
},
"details": {
"name": "BlendOutTime"
"name": "Blend Out Time"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -35,20 +35,20 @@
"key": "GetBlendInTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBlendInTime"
"tooltip": "When signaled, this will invoke Get Blend In Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBlendInTime is invoked"
"tooltip": "Signaled after Get Blend In Time is invoked"
},
"details": {
"name": "GetBlendInTime"
"name": "Get Blend In Time"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -64,7 +64,7 @@
"tooltip": "Signaled after PlayMotion is invoked"
},
"details": {
"name": "PlayMotion"
"name": "Play Motion"
}
},
{
@@ -78,13 +78,13 @@
"tooltip": "Signaled after GetMotion is invoked"
},
"details": {
"name": "GetMotion"
"name": "Get Motion"
},
"results": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
"name": "Asset Id"
}
}
]
@@ -93,20 +93,20 @@
"key": "GetBlendOutTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBlendOutTime"
"tooltip": "When signaled, this will invoke Get Blend Out Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBlendOutTime is invoked"
"tooltip": "Signaled after Get Blend Out Time is invoked"
},
"details": {
"name": "GetBlendOutTime"
"name": "Get Blend Out Time"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -128,7 +128,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -137,20 +137,20 @@
"key": "GetPlaySpeed",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPlaySpeed"
"tooltip": "When signaled, this will invoke Get Play Speed"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPlaySpeed is invoked"
"tooltip": "Signaled after Get Play Speed is invoked"
},
"details": {
"name": "GetPlaySpeed"
"name": "Get Play Speed"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Speed"
}
}
]
@@ -159,20 +159,20 @@
"key": "GetPlayTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPlayTime"
"tooltip": "When signaled, this will invoke Get Play Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPlayTime is invoked"
"tooltip": "Signaled after Get Play Time is invoked"
},
"details": {
"name": "GetPlayTime"
"name": "Get Play Time"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -194,7 +194,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -216,7 +216,7 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Speed"
}
}
]
@@ -238,7 +238,7 @@
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
"name": "Asset Id"
}
}
]
@@ -247,20 +247,20 @@
"key": "BlendInTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke BlendInTime"
"tooltip": "When signaled, this will invoke Blend In Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after BlendInTime is invoked"
"tooltip": "Signaled after Blend In Time is invoked"
},
"details": {
"name": "BlendInTime"
"name": "Blend In Time"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -269,20 +269,20 @@
"key": "GetLoopMotion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetLoopMotion"
"tooltip": "When signaled, this will invoke Get Loop Motion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetLoopMotion is invoked"
"tooltip": "Signaled after Get Loop Motion is invoked"
},
"details": {
"name": "GetLoopMotion"
"name": "Get Loop Motion"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Loop Motion"
}
}
]
@@ -291,20 +291,20 @@
"key": "PlayTime",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke PlayTime"
"tooltip": "When signaled, this will invoke Play Time"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after PlayTime is invoked"
"tooltip": "Signaled after Play Time is invoked"
},
"details": {
"name": "PlayTime"
"name": "Play Time"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Time"
}
}
]
@@ -326,7 +326,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -348,7 +348,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enable"
}
}
]
@@ -5,8 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "SimulatedBodyComponentRequestBus",
"category": "PhysX"
"name": "Simulated Body"
},
"methods": [
{
@@ -26,7 +25,7 @@
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
"name": "AABB"
}
}
]
@@ -35,11 +34,11 @@
"key": "IsPhysicsEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Physics Enabled"
"tooltip": "When signaled, this will invoke IsPhysicsEnabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Physics Enabled is invoked"
"tooltip": "Signaled after IsPhysicsEnabled is invoked"
},
"details": {
"name": "Is Physics Enabled"
@@ -48,7 +47,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Enabled"
}
}
]
@@ -57,21 +56,20 @@
"key": "RayCast",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Raycast (Single Body)"
"tooltip": "When signaled, this will invoke RayCast"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Raycast (Single Body) is invoked"
"tooltip": "Signaled after RayCast is invoked"
},
"details": {
"name": "Raycast (Single Body)",
"tooltip": "Perform a raycast against a single simulated body (not the whole scene)"
"name": "Ray Cast"
},
"params": [
{
"typeid": "{53EAD088-A391-48F1-8370-2A1DBA31512F}",
"details": {
"name": "Raycast Request",
"name": "RayCast Request",
"tooltip": "Parameters for raycast"
}
}
@@ -80,7 +78,7 @@
{
"typeid": "{7A7201B9-67B5-438B-B4EB-F3EEBB78C617}",
"details": {
"name": "SceneQueryHit"
"name": "Scene Query Hit"
}
}
]
@@ -103,11 +101,11 @@
"key": "EnablePhysics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Enable Physics"
"tooltip": "When signaled, this will invoke EnablePhysics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Enable Physics is invoked"
"tooltip": "Signaled after EnablePhysics is invoked"
},
"details": {
"name": "Enable Physics"
@@ -5,124 +5,9 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "TerrainDataRequestBus"
"name": "Terrain Data"
},
"methods": [
{
"key": "GetNormalFromFloats",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Normal From Floats"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Normal From Floats is invoked"
},
"details": {
"name": "Get Normal From Floats"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "GetNormal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Normal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Normal is invoked"
},
"details": {
"name": "Get Normal"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "GetTerrainAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Terrain AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Terrain AABB is invoked"
},
"details": {
"name": "Get Terrain AABB"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
}
]
},
{
"key": "GetIsHoleFromFloats",
"entry": {
@@ -161,35 +46,35 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Hole"
"name": "Terrain Exists"
}
}
]
},
{
"key": "GetHeightFromFloats",
"key": "GetSurfaceWeightsFromVector2",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Height From Floats"
"tooltip": "When signaled, this will invoke Get Surface Weights From Vector2"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Height From Floats is invoked"
"tooltip": "Signaled after Get Surface Weights From Vector2 is invoked"
},
"details": {
"name": "Get Height From Floats"
"name": "Get Surface Weights From Vector2"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "X"
"name": "Position"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"typeid": "{8F60B4D4-06F0-577C-AFB9-ECBFA7B66D4E}",
"details": {
"name": "Y"
"name": "Surface Weights"
}
},
{
@@ -205,12 +90,45 @@
"name": "Terrain Exists"
}
}
],
"results": [
]
},
{
"key": "GetSurfaceWeights",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSurfaceWeights"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSurfaceWeights is invoked"
},
"details": {
"name": "GetSurfaceWeights"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Height"
"name": "Position"
}
},
{
"typeid": "{8F60B4D4-06F0-577C-AFB9-ECBFA7B66D4E}",
"details": {
"name": "Surface Weights"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
]
@@ -219,11 +137,11 @@
"key": "GetMaxSurfaceWeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMaxSurfaceWeight"
"tooltip": "When signaled, this will invoke Get Max Surface Weight"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMaxSurfaceWeight is invoked"
"tooltip": "Signaled after Get Max Surface Weight is invoked"
},
"details": {
"name": "Get Max Surface Weight"
@@ -259,29 +177,129 @@
]
},
{
"key": "GetMaxSurfaceWeightFromFloats",
"key": "GetSurfacePointFromVector2",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Max Surface Weight From Floats"
"tooltip": "When signaled, this will invoke Get Surface Point From Vector2"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Max Surface Weight From Floats is invoked"
"tooltip": "Signaled after Get Surface Point From Vector2 is invoked"
},
"details": {
"name": "Get Max Surface Weight From Floats"
"name": "Get Surface Point From Vector2"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "X"
"name": "Position"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Y"
"name": "Surface Point"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
]
},
{
"key": "GetTerrainHeightQueryResolution",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Terrain Height Query Resolution"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Terrain Height Query Resolution is invoked"
},
"details": {
"name": "Get Terrain Height Query Resolution"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position"
}
}
]
},
{
"key": "GetNormal",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Normal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Normal is invoked"
},
"details": {
"name": "Get Normal"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "GetMaxSurfaceWeightFromVector2",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Max Surface Weight From Vector2"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Max Surface Weight From Vector2 is invoked"
},
"details": {
"name": "Get Max Surface Weight From Vector2"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position"
}
},
{
@@ -308,23 +326,23 @@
]
},
{
"key": "GetTerrainHeightQueryResolution",
"key": "GetTerrainAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Terrain Height Query Resolution"
"tooltip": "When signaled, this will invoke Get Terrain AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Terrain Height Query Resolution is invoked"
"tooltip": "Signaled after Get Terrain AABB is invoked"
},
"details": {
"name": "Get Terrain Height Query Resolution"
"name": "Get Terrain AABB"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Resolution"
"name": "AABB"
}
}
]
@@ -371,6 +389,47 @@
}
}
]
},
{
"key": "GetSurfacePoint",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Surface Point"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Surface Point is invoked"
},
"details": {
"name": "Get Surface Point"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{331A3D0E-BB1D-47BF-96A2-249FAA0D720D}",
"details": {
"name": "Surface Point"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Sample Filter",
"tooltip": "0: Bilinear, 1: Clamp, 2: Exact"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Terrain Exists"
}
}
]
}
]
}
@@ -5,8 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "TickRequestBus",
"category": "Timing"
"name": "Tick"
},
"methods": [
{
@@ -20,14 +19,13 @@
"tooltip": "Signaled after Get Tick Delta Time is invoked"
},
"details": {
"name": "Get Tick Delta Time",
"tooltip": "Gets the latest time between ticks"
"name": "Get Tick Delta Time"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Delta Time"
}
}
]
@@ -36,21 +34,20 @@
"key": "GetTimeAtCurrentTick",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Time at Current Tick"
"tooltip": "When signaled, this will invoke Get Time At Current Tick"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Time at Current Tick is invoked"
"tooltip": "Signaled after Get Time At Current Tick is invoked"
},
"details": {
"name": "Get Time at Current Tick",
"tooltip": "Gets the time in seconds since the epoch (January 1, 1970)"
"name": "Get Time At Current Tick"
},
"results": [
{
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
"details": {
"name": "ScriptTimePoint"
"name": "Script Time Point"
}
}
]
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "TransformBus",
"name": "Transform",
"category": "Entity"
},
"methods": [
@@ -13,20 +13,20 @@
"key": "SetLocalUniformScale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetLocalUniformScale"
"tooltip": "When signaled, this will invoke Set Local Uniform Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetLocalUniformScale is invoked"
"tooltip": "Signaled after Set Local Uniform Scale is invoked"
},
"details": {
"name": "SetLocalUniformScale"
"name": "Set Local Uniform Scale"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Local Uniform Scale"
}
}
]
@@ -42,15 +42,13 @@
"tooltip": "Signaled after Set Local Rotation Quaternion is invoked"
},
"details": {
"name": "Set Local Rotation Quaternion",
"tooltip": "Sets the entity's rotation in local space using a quaternion"
"name": "Set Local Rotation Quaternion"
},
"params": [
{
"typeid": "{73103120-3DD3-4873-BAB3-9713FA2804FB}",
"details": {
"name": "Rotation",
"tooltip": "The quaternion to rotate around"
"name": "Quaternion"
}
}
]
@@ -66,14 +64,13 @@
"tooltip": "Signaled after Get Local Rotation is invoked"
},
"details": {
"name": "Get Local Rotation",
"tooltip": "Gets the entity's rotation in radians in local space"
"name": "Get Local Rotation"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Angles (Radians)"
}
}
]
@@ -105,21 +102,20 @@
"key": "GetEntityAndAllDescendants",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Entity and Descendants"
"tooltip": "When signaled, this will invoke Get Entity And All Descendants"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Entity and Descendants is invoked"
"tooltip": "Signaled after Get Entity And All Descendants is invoked"
},
"details": {
"name": "Get Entity and Descendants",
"tooltip": "Returns the EntityID of the entity, the entity's children, the children's children, and so on"
"name": "Get Entity And All Descendants"
},
"results": [
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Entity and Descendants"
}
}
]
@@ -135,15 +131,13 @@
"tooltip": "Signaled after Set Local Z is invoked"
},
"details": {
"name": "Set Local Z",
"tooltip": "Gets the entity's Z coordinate in local space"
"name": "Set Local Z"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Z Translation",
"tooltip": "The entity's Z coordinate in local space"
"name": "Z"
}
}
]
@@ -152,21 +146,20 @@
"key": "GetAllDescendants",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Descendants"
"tooltip": "When signaled, this will invoke Get All Descendants"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Descendants is invoked"
"tooltip": "Signaled after Get All Descendants is invoked"
},
"details": {
"name": "Get Descendants",
"tooltip": "Returns the entity's children, the children's children, and so on"
"name": "Get All Descendants"
},
"results": [
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Descendants"
}
}
]
@@ -175,29 +168,26 @@
"key": "GetLocalAndWorld",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Local and World"
"tooltip": "When signaled, this will invoke Get Local And World"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Local and World is invoked"
"tooltip": "Signaled after Get Local And World is invoked"
},
"details": {
"name": "Get Local and World",
"tooltip": "Retrieves the entity's local and world transforms"
"name": "Get Local And World Transforms"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Local Transform",
"tooltip": "A reference to a transform that represents the entity's position relative to its parent entity"
"name": "Local"
}
},
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Global Transform",
"tooltip": "A reference to a transform that represents the entity's position within the world"
"name": "World"
}
}
]
@@ -213,15 +203,13 @@
"tooltip": "Signaled after Rotate Around Local Z is invoked"
},
"details": {
"name": "Rotate Around Local Z",
"tooltip": "Rotates the entity around the Z axis in local space"
"name": "Rotate Around Local Z"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Z Rotation",
"tooltip": "The angle, in radians, to rotate the entity around the Z axis in local space"
"name": "Angle (Radians)"
}
}
]
@@ -237,8 +225,7 @@
"tooltip": "Signaled after Get World Rotation Quaternion is invoked"
},
"details": {
"name": "Get World Rotation Quaternion",
"tooltip": "Gets the entity's rotation in quaternion in world space"
"name": "Get World Rotation Quaternion"
},
"results": [
{
@@ -260,15 +247,13 @@
"tooltip": "Signaled after Rotate Around Local X is invoked"
},
"details": {
"name": "Rotate Around Local X",
"tooltip": "Rotates the entity around the X axis in local space"
"name": "Rotate Around Local X"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Rotation",
"tooltip": "The angle, in radians, to rotate the entity around the X axis in local space"
"name": "Angle (Radians)"
}
}
]
@@ -284,15 +269,14 @@
"tooltip": "Signaled after Set Parent is invoked"
},
"details": {
"name": "Set Parent",
"tooltip": "Sets the entity's parent entity"
"name": "Set Parent"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Parent",
"tooltip": "The ID of the entity to set as the parent"
"tooltip": "Entity Unique Id"
}
}
]
@@ -308,14 +292,13 @@
"tooltip": "Signaled after Get Local Z is invoked"
},
"details": {
"name": "Get Local Z",
"tooltip": "Gets the entity's Z coordinate in local space"
"name": "Get Local Z"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Z"
}
}
]
@@ -328,18 +311,16 @@
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Local Rotation is invoked"
"tooltip": "Signaled after SetLocalRotation is invoked"
},
"details": {
"name": "Set Local Rotation",
"tooltip": "Sets the entity's rotation in local space using a composition of rotations around the three axes"
"name": "Set Local Rotation"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Rotation",
"tooltip": "A three-dimensional vector, containing Euler angles in radians, that specifies a rotation around each axis"
"name": "Euler Angles (Radians)"
}
}
]
@@ -355,15 +336,13 @@
"tooltip": "Signaled after Set Local X is invoked"
},
"details": {
"name": "Set Local X",
"tooltip": "Sets the entity's X coordinate in local space"
"name": "Set Local X"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Translation",
"tooltip": "A new value for the entity's X coordinate in local space"
"name": "X"
}
}
]
@@ -379,8 +358,7 @@
"tooltip": "Signaled after Get Local Rotation Quaternion is invoked"
},
"details": {
"name": "Get Local Rotation Quaternion",
"tooltip": "Gets the quaternion representing the entity's rotation in local space"
"name": "Get Local Rotation Quaternion"
},
"results": [
{
@@ -402,14 +380,13 @@
"tooltip": "Signaled after Get World X is invoked"
},
"details": {
"name": "Get World X",
"tooltip": "Gets the entity's X coordinate in world space"
"name": "Get World X"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "X"
}
}
]
@@ -425,15 +402,13 @@
"tooltip": "Signaled after Set World Translation is invoked"
},
"details": {
"name": "Set World Translation",
"tooltip": "Sets the entity's world space translation, which represents how to move the entity to a new position within the world"
"name": "Set World Translation"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Translation",
"tooltip": "A three-dimensional translation vector"
"name": "World Translation"
}
}
]
@@ -449,15 +424,13 @@
"tooltip": "Signaled after Move Entity is invoked"
},
"details": {
"name": "Move Entity",
"tooltip": "Moves the entity within world space"
"name": "Move Entity"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction",
"tooltip": "A three-dimensional vector that contains the offset to apply to the entity"
"name": "Offset"
}
}
]
@@ -473,14 +446,13 @@
"tooltip": "Signaled after Get Children is invoked"
},
"details": {
"name": "Get Children",
"tooltip": "Returns the EntityIDs of the entity's immediate children"
"name": "Get Children"
},
"results": [
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Children"
}
}
]
@@ -496,15 +468,14 @@
"tooltip": "Signaled after Set Parent Relative is invoked"
},
"details": {
"name": "Set Parent Relative",
"tooltip": "Sets the entity's parent entity, moves the transform relative to the parent entity, and notifies all listeners"
"name": "Set Parent Relative"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Parent",
"tooltip": "The ID of the entity to set as the parent"
"tooltip": "Entity Unique Id"
}
}
]
@@ -520,15 +491,13 @@
"tooltip": "Signaled after Set World Transform is invoked"
},
"details": {
"name": "Set World Transform",
"tooltip": "Sets the world transform and notifies all listeners"
"name": "Set World Transform"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "A reference to a transform for positioning the entity within the world"
"name": "Transform"
}
}
]
@@ -537,14 +506,14 @@
"key": "SetWorldRotationQuaternion",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetWorldRotationQuaternion"
"tooltip": "When signaled, this will invoke Set World Rotation Quaternion"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetWorldRotationQuaternion is invoked"
"tooltip": "Signaled after Set World Rotation Quaternion is invoked"
},
"details": {
"name": "SetWorldRotationQuaternion"
"name": "Set World Rotation Quaternion"
},
"params": [
{
@@ -566,15 +535,13 @@
"tooltip": "Signaled after Set World X is invoked"
},
"details": {
"name": "Set World X",
"tooltip": "Sets the entity's X coordinate in world space"
"name": "Set World X"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Translation",
"tooltip": "A new value for the entity's X coordinate in world space"
"name": "X"
}
}
]
@@ -590,14 +557,13 @@
"tooltip": "Signaled after Get World Y is invoked"
},
"details": {
"name": "Get World Y",
"tooltip": "Gets the entity's Y coordinate in world space"
"name": "Get World Y"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Y"
}
}
]
@@ -606,20 +572,20 @@
"key": "GetLocalUniformScale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetLocalUniformScale"
"tooltip": "When signaled, this will invoke Get Local Uniform Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetLocalUniformScale is invoked"
"tooltip": "Signaled after Get Local Uniform Scale is invoked"
},
"details": {
"name": "GetLocalUniformScale"
"name": "Get Local Uniform Scale"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Uniform Scale"
}
}
]
@@ -635,15 +601,13 @@
"tooltip": "Signaled after Set World Z is invoked"
},
"details": {
"name": "Set World Z",
"tooltip": "Sets the entity's Z coordinate in world space"
"name": "Set World Z"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Z Translation",
"tooltip": "A new value for the entity's Z coordinate in world space"
"name": "Z"
}
}
]
@@ -659,15 +623,13 @@
"tooltip": "Signaled after Set Local Transform is invoked"
},
"details": {
"name": "Set Local Transform",
"tooltip": "Sets the entity's local transform and notifies all listeners"
"name": "Set Local Transform"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Transform",
"tooltip": "A reference to a transform for positioning the entity relative to its parent entity"
"name": "Transform"
}
}
]
@@ -683,15 +645,13 @@
"tooltip": "Signaled after Set Local Translation is invoked"
},
"details": {
"name": "Set Local Translation",
"tooltip": "Sets the entity's local space translation, which represents how to move the entity to a new position relative to its parent"
"name": "Set Local Translation"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Translation",
"tooltip": "A three-dimensional translation vector"
"name": "Translation"
}
}
]
@@ -707,14 +667,13 @@
"tooltip": "Signaled after Get Local Scale is invoked"
},
"details": {
"name": "Get Local Scale",
"tooltip": "Gets the scale of the entity along each axis in local space"
"name": "Get Local Scale"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Scale"
}
}
]
@@ -730,15 +689,13 @@
"tooltip": "Signaled after Set World Y is invoked"
},
"details": {
"name": "Set World Y",
"tooltip": "Sets the entity's Y coordinate in world space"
"name": "Set World Y"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Translation",
"tooltip": "A new value for the entity's Y coordinate in world space"
"name": "Y"
}
}
]
@@ -754,15 +711,13 @@
"tooltip": "Signaled after Rotate Around Local Y is invoked"
},
"details": {
"name": "Rotate Around Local Y",
"tooltip": "Rotates the entity around the Y axis in local space"
"name": "Rotate Around Local Y"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Rotation",
"tooltip": "The angle, in radians, to rotate the entity around the Y axis in local space"
"name": "Euler Angle (Radians)"
}
}
]
@@ -778,14 +733,13 @@
"tooltip": "Signaled after Get Local Translation is invoked"
},
"details": {
"name": "Get Local Translation",
"tooltip": "Gets the entity's local space translation"
"name": "Get Local Translation"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Translation"
}
}
]
@@ -801,14 +755,14 @@
"tooltip": "Signaled after Get World Rotation is invoked"
},
"details": {
"name": "Get World Rotation",
"tooltip": "Gets the entity's rotation in radians in world space"
"name": "Get World Rotation"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Euler Angles (Radians)",
"tooltip": "Euler angles (Pitch, Yaw, Roll), in radians"
}
}
]
@@ -824,14 +778,13 @@
"tooltip": "Signaled after Get World Z is invoked"
},
"details": {
"name": "Get World Z",
"tooltip": "Gets the entity's Z coordinate in world space"
"name": "Get World Z"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Z"
}
}
]
@@ -847,14 +800,13 @@
"tooltip": "Signaled after Get Local Y is invoked"
},
"details": {
"name": "Get Local Y",
"tooltip": "Gets the entity's Y coordinate in local space"
"name": "Get Local Y"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Y"
}
}
]
@@ -870,14 +822,13 @@
"tooltip": "Signaled after Get World Translation is invoked"
},
"details": {
"name": "Get World Translation",
"tooltip": "Gets the entity's world space translation"
"name": "Get World Translation"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Translation"
}
}
]
@@ -893,15 +844,13 @@
"tooltip": "Signaled after Set Local Y is invoked"
},
"details": {
"name": "Set Local Y",
"tooltip": "Sets the entity's Y coordinate in local space"
"name": "Set Local Y"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Position",
"tooltip": "A new value for the entity's Y coordinate in local space"
"name": "Y"
}
}
]
@@ -917,14 +866,13 @@
"tooltip": "Signaled after Get Local X is invoked"
},
"details": {
"name": "Get Local X",
"tooltip": "Gets the entity's X coordinate in local space"
"name": "Get Local X"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "X"
}
}
]
@@ -940,8 +888,7 @@
"tooltip": "Signaled after Get World Transform is invoked"
},
"details": {
"name": "Get World Transform",
"tooltip": "Returns the entity's world transform, including the parent transform"
"name": "Get World Transform"
},
"results": [
{
@@ -956,21 +903,20 @@
"key": "GetParentId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Parent ID"
"tooltip": "When signaled, this will invoke Get Parent Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Parent ID is invoked"
"tooltip": "Signaled after Get Parent Id is invoked"
},
"details": {
"name": "Get Parent ID",
"tooltip": "Returns the EntityID of the entity's parent"
"name": "Get Parent Id"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Parent Id",
"tooltip": "Entity Unique Id"
}
}
@@ -980,21 +926,20 @@
"key": "IsStaticTransform",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Static"
"tooltip": "When signaled, this will invoke Is Static Transform"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Static is invoked"
"tooltip": "Signaled after Is Static Transform is invoked"
},
"details": {
"name": "Is Static",
"tooltip": "Returns whether the transform is static"
"name": "Is Static Transform"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Static Transform"
}
}
]
@@ -5,8 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "WindRequestsBus",
"category": "PhysX"
"name": "Wind"
},
"methods": [
{
@@ -26,7 +25,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Global Wind Direction"
}
}
]
@@ -56,7 +55,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Wind Direction"
}
}
]
@@ -86,7 +85,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Wind Direction"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetEntityForward",
"name": "Get Entity Forward",
"category": "Entity/Entity",
"tooltip": "returns the forward direction vector from the specified entity' world transform, scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Entity"
"tooltip": "Returns the forward direction vector from the specified entity' world transform, scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_EntityID: EntityId",
"key": "DataInput_EntityId",
"details": {
"name": "EntityID: EntityId"
"name": "EntityId"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetEntityRight",
"name": "Get Entity Right",
"category": "Entity/Entity",
"tooltip": "returns the right direction vector from the specified entity's world transform, scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Entity"
"tooltip": "Returns the right direction vector from the specified entity's world transform, scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_EntityID: EntityId",
"key": "DataInput_EntityId",
"details": {
"name": "EntityID: EntityId"
"name": "EntityId"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "GetEntityUp",
"name": "Get Entity Up",
"category": "Entity/Entity",
"tooltip": "returns the up direction vector from the specified entity's world transform, scaled by a given value (O3DE uses Z up, right handed)",
"subtitle": "Entity"
"tooltip": "Returns the up direction vector from the specified entity's world transform, scaled by a given value (O3DE uses Z up, right handed)"
},
"slots": [
{
@@ -24,21 +23,21 @@
}
},
{
"key": "DataInput_EntityID: EntityId",
"key": "DataInput_EntityId",
"details": {
"name": "EntityID: EntityId"
"name": "EntityId"
}
},
{
"key": "DataInput_Number: Scale",
"key": "DataInput_Scale",
"details": {
"name": "Number: Scale"
"name": "Scale"
}
},
{
"key": "DataOutput_Result: Vector3",
"key": "DataOutput_Result",
"details": {
"name": "Result: Vector3"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsActive",
"name": "Is Active",
"category": "Entity/Entity",
"tooltip": "returns true if entity with the provided Id is valid and active.",
"subtitle": "Entity"
"tooltip": "Returns true if entity with the provided Id is valid and active."
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_EntityID: Entity Id",
"key": "DataInput_Entity Id",
"details": {
"name": "EntityID: Entity Id"
"name": "Entity Id"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "IsValid",
"name": "Is Valid",
"category": "Entity/Entity",
"tooltip": "returns true if Source is valid, else false",
"subtitle": "Entity"
"tooltip": "Returns true if Source is valid, else false"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_EntityID: Source",
"key": "DataInput_Source",
"details": {
"name": "EntityID: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: Boolean",
"key": "DataOutput_Result",
"details": {
"name": "Result: Boolean"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToString",
"name": "To String",
"category": "Entity/Entity",
"tooltip": "returns a string representation of Source",
"subtitle": "Entity"
"tooltip": "Returns a string representation of Source"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_EntityID: Source",
"key": "DataInput_Source",
"details": {
"name": "EntityID: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: String",
"key": "DataOutput_Result",
"details": {
"name": "Result: String"
"name": "Result"
}
}
]
@@ -5,7 +5,7 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "TimeDelay",
"name": "Time Delay",
"category": "Timing",
"tooltip": "Delays all incoming execution for the specified number of ticks"
},
@@ -0,0 +1,100 @@
{
"entries": [
{
"key": "{022255F7-DD50-5654-967E-6E00E8360F00}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Box Cast With Group",
"category": "PhysX/World",
"tooltip": "Box Cast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Dimensions",
"details": {
"name": "Dimensions"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,106 @@
{
"entries": [
{
"key": "{1467D2BE-D829-5A8A-976D-6D06FDCD3310}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Capsule Cast With Group",
"category": "PhysX/World",
"tooltip": "CapsuleCast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Height",
"details": {
"name": "Height"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "{B4F46A1B-7C2F-553F-BAE8-867066A365FA}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Box With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a box at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Dimensions",
"details": {
"name": "Dimensions"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "{588E1C8F-D18E-5C00-AF13-C4FCD5A9519D}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Capsule With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a capsule at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Height",
"details": {
"name": "Height"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "{4BEFF98E-4147-55AF-B105-29085951CBA9}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Sphere With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a sphere at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,94 @@
{
"entries": [
{
"key": "{BD7F9C50-62EA-56C0-9B8B-D23E5D28300D}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast Local Space With Group",
"category": "PhysX/World",
"tooltip": "Returns the first entity hit by a ray cast in local space from the source entity in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object hit",
"details": {
"name": "Object hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "{FB91B476-0015-508A-AC0B-18F8A860EB7A}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast Multiple Local Space With Group",
"category": "PhysX/World",
"tooltip": "Returns all entities hit by a ray cast in local space from the source entity in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Objects hit",
"details": {
"name": "Objects hit"
}
}
]
}
]
}
@@ -0,0 +1,94 @@
{
"entries": [
{
"key": "{33EE1562-D9B5-5DA2-BB9E-F1F75B927B9C}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast World Space With Group",
"category": "PhysX/World",
"tooltip": "Returns the first entity hit by a ray cast in world space from the start position in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Start",
"details": {
"name": "Start"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object hit",
"details": {
"name": "Object hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,100 @@
{
"entries": [
{
"key": "{FF1EE92C-FD34-51E9-B128-00595ABB78E6}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Sphere Cast With Group",
"category": "PhysX/World",
"tooltip": "SphereCast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToLower",
"name": "To Lower",
"category": "String",
"tooltip": "Makes all the characters in the string lower case",
"subtitle": "String"
"tooltip": "Makes all the characters in the string lower case"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_String: Source",
"key": "DataInput_Source",
"details": {
"name": "String: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: String",
"key": "DataOutput_Result",
"details": {
"name": "Result: String"
"name": "Result"
}
}
]
@@ -5,10 +5,9 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "ToUpper",
"name": "To Upper",
"category": "String",
"tooltip": "Makes all the characters in the string upper case",
"subtitle": "String"
"tooltip": "Makes all the characters in the string upper case"
},
"slots": [
{
@@ -24,15 +23,15 @@
}
},
{
"key": "DataInput_String: Source",
"key": "DataInput_Source",
"details": {
"name": "String: Source"
"name": "Source"
}
},
{
"key": "DataOutput_Result: String",
"key": "DataOutput_Result",
"details": {
"name": "Result: String"
"name": "Result"
}
}
]
@@ -1,14 +1,13 @@
{
"entries": [
{
"key": "{BA107060-249D-4818-9CEC-7573718273FC}",
"key": "{E73DB180-A325-763B-A1FE-517B548AF66E}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "HeartBeat",
"name": "Heart Beat",
"category": "Timing",
"tooltip": "While active, will signal the output at the given interval.",
"subtitle": "Timing"
"tooltip": "While active, will signal the output at the given interval."
},
"slots": [
{
@@ -17,6 +16,18 @@
"name": "Start"
}
},
{
"key": "DataInput_Interval",
"details": {
"name": "Interval"
}
},
{
"key": "Output_On Start",
"details": {
"name": "On Start"
}
},
{
"key": "Input_Stop",
"details": {
@@ -24,15 +35,16 @@
}
},
{
"key": "Output_Pulse",
"key": "Output_On Stop",
"details": {
"name": "Pulse"
"name": "On Stop"
}
},
{
"key": "DataInput_Interval",
"key": "Output_Pulse",
"details": {
"name": "Interval"
"name": "Pulse",
"tooltip": "Signaled at each specified interval."
}
}
]
@@ -22,6 +22,7 @@
#include <AzCore/Serialization/SerializeContext.h>
#include <AzCore/Serialization/EditContext.h>
#include <AzCore/Settings/SettingsRegistry.h>
#include <AzCore/std/string/regex.h>
#include <AzFramework/Gem/GemInfo.h>
@@ -87,6 +88,8 @@ namespace ScriptCanvasEditorTools
entry.m_details.m_name = prettyName;
}
SplitCamelCase(entry.m_details.m_name);
for (auto event : behaviorEBus->m_events)
{
const AZ::BehaviorEBusEventSender& ebusSender = event.second;
@@ -112,6 +115,8 @@ namespace ScriptCanvasEditorTools
eventEntry.m_details.m_name = prettyName.empty() ? eventName : prettyName;
eventEntry.m_details.m_tooltip = Helpers::ReadStringAttribute(event.second.m_attributes, AZ::Script::Attributes::ToolTip);
SplitCamelCase(eventEntry.m_details.m_name);
eventEntry.m_entry.m_name = "In";
eventEntry.m_entry.m_tooltip = AZStd::string::format("When signaled, this will invoke %s", eventEntry.m_details.m_name.c_str());
eventEntry.m_exit.m_name = "Out";
@@ -141,6 +146,8 @@ namespace ScriptCanvasEditorTools
argument.m_typeId = argumentType.ToString<AZStd::string>();
SplitCamelCase(argument.m_details.m_name);
eventEntry.m_arguments.push_back(argument);
}
@@ -160,6 +167,8 @@ namespace ScriptCanvasEditorTools
result.m_typeId = resultType.ToString<AZStd::string>();
SplitCamelCase(result.m_details.m_name);
eventEntry.m_results.push_back(result);
}
@@ -229,6 +238,8 @@ namespace ScriptCanvasEditorTools
details.m_category = Helpers::GetStringAttribute(behaviorClass, AZ::Script::Attributes::Category);
details.m_tooltip = Helpers::GetStringAttribute(behaviorClass, AZ::Script::Attributes::ToolTip);
SplitCamelCase(details.m_name);
if (!behaviorClass->m_methods.empty())
{
for (const auto& methodPair : behaviorClass->m_methods)
@@ -246,10 +257,14 @@ namespace ScriptCanvasEditorTools
methodEntry.m_details.m_tooltip = "";
methodEntry.m_details.m_name = methodPair.second->m_name;
AZStd::string prefix = className + "::";
AZ::StringFunc::Replace(methodEntry.m_details.m_name, prefix.c_str(), "");
SplitCamelCase(methodEntry.m_details.m_name);
methodEntry.m_entry.m_name = "In";
methodEntry.m_entry.m_tooltip = AZStd::string::format("When signaled, this will invoke %s", cleanName.c_str());
methodEntry.m_entry.m_tooltip = AZStd::string::format("When signaled, this will invoke %s", methodEntry.m_details.m_name.c_str());
methodEntry.m_exit.m_name = "Out";
methodEntry.m_exit.m_tooltip = AZStd::string::format("Signaled after %s is invoked", cleanName.c_str());
methodEntry.m_exit.m_tooltip = AZStd::string::format("Signaled after %s is invoked", methodEntry.m_details.m_name.c_str());
if (!Helpers::MethodHasAttribute(behaviorMethod, AZ::ScriptCanvasAttributes::FloatingFunction))
{
@@ -260,11 +275,6 @@ namespace ScriptCanvasEditorTools
methodEntry.m_details.m_category = Helpers::ReadStringAttribute(behaviorMethod->m_attributes, AZ::Script::Attributes::Category);
}
if (methodEntry.m_details.m_category.empty())
{
methodEntry.m_details.m_category = "Other";
}
// Arguments (Input Slots)
if (behaviorMethod->GetNumArguments() > 0)
{
@@ -285,6 +295,8 @@ namespace ScriptCanvasEditorTools
argument.m_details.m_category = "";
argument.m_details.m_tooltip = argumentDescription;
SplitCamelCase(argument.m_details.m_name);
methodEntry.m_arguments.push_back(argument);
}
}
@@ -305,6 +317,8 @@ namespace ScriptCanvasEditorTools
result.m_details.m_name = resultParameter->m_name;
result.m_details.m_tooltip = resultDescription;
SplitCamelCase(result.m_details.m_name);
methodEntry.m_results.push_back(result);
}
@@ -327,7 +341,8 @@ namespace ScriptCanvasEditorTools
translationRoot.m_entries.push_back(entry);
AZStd::string fileName = AZStd::string::format("Classes/%s", className.c_str());
AZStd::string sanitizedFilename = GraphCanvas::TranslationKey::Sanitize(className);
AZStd::string fileName = AZStd::string::format("Classes/%s", sanitizedFilename.c_str());
SaveJSONData(fileName, translationRoot);
@@ -379,6 +394,8 @@ namespace ScriptCanvasEditorTools
entry.m_context = "AZEventHandler";
entry.m_details.m_name = azEventEntry.m_eventName;
SplitCamelCase(entry.m_details.m_name);
for (const ScriptCanvas::Slot& slot : nodeComponent->GetSlots())
{
Slot slotEntry;
@@ -478,6 +495,8 @@ namespace ScriptCanvasEditorTools
details.m_name = cleanName;
}
SplitCamelCase(details.m_name);
// Tooltip attribute takes priority over the edit data description
AZStd::string tooltip = Helpers::GetStringAttribute(classData, AZ::Script::Attributes::ToolTip);
if (!tooltip.empty())
@@ -665,6 +684,7 @@ namespace ScriptCanvasEditorTools
EntryDetails& details = entry.m_details;
details.m_name = behaviorClass->m_name;
SplitCamelCase(details.m_name);
// Get the pretty name
AZStd::string prettyName;
@@ -698,6 +718,7 @@ namespace ScriptCanvasEditorTools
methodEntry.m_details.m_tooltip = Helpers::GetStringAttribute(behaviorMethod, AZ::Script::Attributes::ToolTip);
methodEntry.m_details.m_name = methodPair.second->m_name;
SplitCamelCase(methodEntry.m_details.m_name);
// Strip the className from the methodName
AZStd::string qualifiedName = behaviorClass->m_name + "::";
@@ -730,6 +751,8 @@ namespace ScriptCanvasEditorTools
argument.m_details.m_category = "";
argument.m_details.m_tooltip = argumentDescription;
SplitCamelCase(argument.m_details.m_name);
methodEntry.m_arguments.push_back(argument);
}
}
@@ -750,6 +773,8 @@ namespace ScriptCanvasEditorTools
result.m_details.m_name = resultName;
result.m_details.m_tooltip = resultDescription;
SplitCamelCase(result.m_details.m_name);
methodEntry.m_results.push_back(result);
}
@@ -789,7 +814,8 @@ namespace ScriptCanvasEditorTools
TranslationFormat translationRoot;
translationRoot.m_entries.push_back(entry);
AZStd::string fileName = AZStd::string::format("Properties/%s", behaviorProperty->m_name.c_str());
AZStd::string cleanName = GraphCanvas::TranslationKey::Sanitize(behaviorProperty->m_name);
AZStd::string fileName = AZStd::string::format("Properties/%s", cleanName.c_str());
SaveJSONData(fileName, translationRoot);
}
@@ -815,6 +841,8 @@ namespace ScriptCanvasEditorTools
argument.m_details.m_category = "";
argument.m_details.m_tooltip = argumentDescription;
SplitCamelCase(argument.m_details.m_name);
methodEntry.m_arguments.push_back(argument);
}
}
@@ -835,6 +863,8 @@ namespace ScriptCanvasEditorTools
result.m_details.m_name = resultParameter->m_name;
result.m_details.m_tooltip = resultDescription;
SplitCamelCase(result.m_details.m_name);
methodEntry.m_results.push_back(result);
}
}
@@ -870,6 +900,8 @@ namespace ScriptCanvasEditorTools
method.m_details.m_name = methodName;
method.m_details.m_tooltip = behaviorProperty->m_getter->m_debugDescription ? behaviorProperty->m_getter->m_debugDescription : "";
SplitCamelCase(method.m_details.m_name);
TranslateMethod(behaviorProperty->m_getter, method);
entry->m_methods.push_back(method);
@@ -890,6 +922,8 @@ namespace ScriptCanvasEditorTools
method.m_details.m_name = methodName;
method.m_details.m_tooltip = behaviorProperty->m_setter->m_debugDescription ? behaviorProperty->m_getter->m_debugDescription : "";
SplitCamelCase(method.m_details.m_name);
TranslateMethod(behaviorProperty->m_setter, method);
entry->m_methods.push_back(method);
@@ -919,6 +953,8 @@ namespace ScriptCanvasEditorTools
entry.m_details.m_tooltip = behaviorEbus->m_toolTip;
entry.m_details.m_category = "EBus Handlers";
SplitCamelCase(entry.m_details.m_name);
for (const AZ::BehaviorEBusHandler::BusForwarderEvent& event : handler->GetEvents())
{
Method methodEntry;
@@ -929,6 +965,8 @@ namespace ScriptCanvasEditorTools
methodEntry.m_details.m_tooltip = "";
methodEntry.m_details.m_name = event.m_name;
SplitCamelCase(methodEntry.m_details.m_name);
// Arguments (Input Slots)
if (!event.m_parameters.empty())
{
@@ -973,6 +1011,8 @@ namespace ScriptCanvasEditorTools
argument.m_details.m_name = argumentName;
argument.m_details.m_tooltip = argumentDescription;
SplitCamelCase(argument.m_details.m_name);
methodEntry.m_arguments.push_back(argument);
}
}
@@ -1003,6 +1043,8 @@ namespace ScriptCanvasEditorTools
result.m_details.m_name = resultName;
result.m_details.m_tooltip = resultDescription;
SplitCamelCase(result.m_details.m_name);
methodEntry.m_results.push_back(result);
}
@@ -1251,6 +1293,13 @@ namespace ScriptCanvasEditorTools
}
void TranslationGeneration::SplitCamelCase(AZStd::string& text)
{
AZStd::regex splitRegex(R"(/[a-z]+|[0-9]+|(?:[A-Z][a-z]+)|(?:[A-Z]+(?=(?:[A-Z][a-z])|[^AZa-z]|[$\d\n]))/g)");
text = AZStd::regex_replace(text, splitRegex, " $&");
text = AZ::StringFunc::LStrip(text);
}
namespace Helpers
{
AZStd::string ReadStringAttribute(const AZ::AttributeArray& attributes, const AZ::Crc32& attribute)
@@ -142,6 +142,9 @@ namespace ScriptCanvasEditorTools
//! Utility function that saves a TranslationFormat object in the desired JSON format
void SaveJSONData(const AZStd::string& filename, TranslationFormat& translationRoot);
//! Utility function that splits camel-case syntax string into separate words
void SplitCamelCase(AZStd::string&);
//! Evaluates if the specified object has exclusion flags and should be skipped from generation
template <typename T>
bool ShouldSkip(const T* object) const