Merge pull request #5842 from aws-lumberyard-dev/scripting/text_updates_pass5

Fixed generated property names, pull argument names from BC when available, auto-reload on asset change
monroegm-disable-blank-issue-2
Luis Sempé 4 years ago committed by GitHub
commit cbe40935ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -386,6 +386,16 @@ namespace GraphCanvas
AZ::Data::AssetCatalogRequestBus::Broadcast(&AZ::Data::AssetCatalogRequestBus::Events::EnumerateAssets, nullptr, collectAssetsCb, postEnumerateCb);
}
void GraphCanvasSystemComponent::OnCatalogAssetChanged(const AZ::Data::AssetId& assetId)
{
AZ::Data::AssetInfo assetInfo;
AZ::Data::AssetCatalogRequestBus::BroadcastResult(assetInfo, &AZ::Data::AssetCatalogRequestBus::Events::GetAssetInfoById, assetId);
if (assetInfo.m_assetType == azrtti_typeid<TranslationAsset>())
{
GraphCanvas::TranslationRequestBus::Broadcast(&GraphCanvas::TranslationRequests::Restore);
}
}
void GraphCanvasSystemComponent::UnregisterAssetHandler()
{
if (m_assetHandler)

@ -77,7 +77,10 @@ namespace GraphCanvas
AZ::EntityId CreateVirtualChild(const AZ::EntityId& real, const AZStd::string& virtualChildElement) const override;
////
// AzFramework::AssetCatalogEventBus::Handler
void OnCatalogLoaded(const char* /*catalogFile*/) override;
void OnCatalogAssetChanged(const AZ::Data::AssetId&) override;
////
AZStd::unique_ptr<TranslationAssetHandler> m_assetHandler;

@ -0,0 +1,581 @@
{
"entries": [
{
"key": "AZ::SceneAPI::Containers::SceneGraph",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Scene Graph",
"category": "Scene Graph"
},
"methods": [
{
"key": "GetNodeChild",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Child"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Child is invoked"
},
"details": {
"name": "Get Node Child"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "FindWithPath",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Find With Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Find With Path is invoked"
},
"details": {
"name": "Find With Path"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Path"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "HasNodeChild",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Has Node Child"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Has Node Child is invoked"
},
"details": {
"name": "Has Node Child"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Has Node Child"
}
}
]
},
{
"key": "HasNodeParent",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Has Node Parent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Has Node Parent is invoked"
},
"details": {
"name": "Has Node Parent"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Has Node Parent"
}
}
]
},
{
"key": "GetNodeSibling",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Sibling"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Sibling is invoked"
},
"details": {
"name": "Get Node Sibling"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "HasNodeSibling",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Has Node Sibling"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Has Node Sibling is invoked"
},
"details": {
"name": "Has Node Sibling"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Has Node Sibling"
}
}
]
},
{
"key": "IsNodeEndPoint",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Node End Point"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Node End Point is invoked"
},
"details": {
"name": "Is Node End Point"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Node End Point"
}
}
]
},
{
"key": "GetNodeCount",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Count"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Count is invoked"
},
"details": {
"name": "Get Node Count"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "Node Count"
}
}
]
},
{
"key": "HasNodeContent",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Has Node Content"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Has Node Content is invoked"
},
"details": {
"name": "Has Node Content"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Has Node Content"
}
}
]
},
{
"key": "GetNodeContent",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Content"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Content is invoked"
},
"details": {
"name": "Get Node Content"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{3EF0DDEC-C734-4804-BE99-82058FEBDA71}",
"details": {
"name": "Graph Object Proxy"
}
}
]
},
{
"key": "GetNodeName",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Name is invoked"
},
"details": {
"name": "Get Node Name"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{4077AC3C-B301-4F5A-BEA7-54D6511AEC2E}",
"details": {
"name": "Node Name"
}
}
]
},
{
"key": "GetRoot",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Root"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Root is invoked"
},
"details": {
"name": "Get Root"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "GetNodeSeperationCharacter",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Separation Character"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Separation Character is invoked"
},
"details": {
"name": "Get Node Separation Character"
},
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Separation Character"
}
}
]
},
{
"key": "GetNodeParent",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Node Parent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Node Parent is invoked"
},
"details": {
"name": "Get Node Parent"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "FindWithRootAndPath",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Find With Root And Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Find With Root And Path is invoked"
},
"details": {
"name": "Find With Root And Path"
},
"params": [
{
"typeid": "{CAC6556D-D5FE-4D0E-BCCD-8940357C1D35}",
"details": {
"name": "Scene Graph"
}
},
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Path"
}
}
],
"results": [
{
"typeid": "{4AD18037-E629-480D-8165-997A137327FD}",
"details": {
"name": "Node Index"
}
}
]
},
{
"key": "IsValidName",
"context": "AZ::SceneAPI::Containers::SceneGraph",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Valid Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Valid Name is invoked"
},
"details": {
"name": "Is Valid Name"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Name"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Valid"
}
}
]
}
]
}
]
}

@ -0,0 +1,52 @@
{
"entries": [
{
"key": "AZ::SceneAPI::DataTypes::IMeshData::Face",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Mesh Data Face",
"category": "Scene Graph"
},
"methods": [
{
"key": "GetVertexIndex",
"context": "AZ::SceneAPI::DataTypes::IMeshData::Face",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Vertex Index"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Vertex Index is invoked"
},
"details": {
"name": "Get Vertex Index"
},
"params": [
{
"typeid": "{F9F49C1A-014F-46F5-A46F-B56D8CB46C2B}",
"details": {
"name": "Mesh Data Face"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Face Index"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Index"
}
}
]
}
]
}
]
}

@ -5,8 +5,94 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "AxisType"
}
"name": "Axis Type"
},
"methods": [
{
"key": "GetZNegative",
"details": {
"name": "Get -Z"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "-Z"
}
}
]
},
{
"key": "GetZPositive",
"details": {
"name": "Get +Z"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "+Z"
}
}
]
},
{
"key": "GetYPositive",
"details": {
"name": "Get +Y"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "+Y"
}
}
]
},
{
"key": "GetXNegative",
"details": {
"name": "Get -X"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "-X"
}
}
]
},
{
"key": "GetXPositive",
"details": {
"name": "Get +X"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "+X"
}
}
]
},
{
"key": "GetYNegative",
"details": {
"name": "Get -Y"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "-Y"
}
}
]
}
]
}
]
}

@ -0,0 +1,105 @@
{
"entries": [
{
"key": "BlastActorData",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Actor Data",
"category": "Blast"
},
"methods": [
{
"key": "GetEntityId",
"details": {
"name": "Get Entity Id"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data*",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
}
],
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "SetEntityId",
"details": {
"name": "Set Entity Id"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data*",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetIsStatic",
"details": {
"name": "Get Is Static"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data*",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Static"
}
}
]
},
{
"key": "SetIsStatic",
"details": {
"name": "Set Is Static"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data*",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Static"
}
}
]
}
]
}
]
}

@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BlendShapeData"
"name": "Blend Shape Data"
},
"methods": [
{
@ -13,33 +13,32 @@
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetUV"
"tooltip": "When signaled, this will invoke Get UV"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetUV is invoked"
"tooltip": "Signaled after Get UV is invoked"
},
"details": {
"name": "BlendShapeData::GetUV",
"category": "Other"
"name": "Get UV"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "BlendShapeData*"
"name": "Blend Shape Data"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Vertex Index"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "UV Set Index"
}
}
],
@ -47,7 +46,7 @@
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "const Vector2&"
"name": "UV"
}
}
]
@ -57,27 +56,26 @@
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetTangent"
"tooltip": "When signaled, this will invoke Get Tangent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetTangent is invoked"
"tooltip": "Signaled after Get Tangent is invoked"
},
"details": {
"name": "BlendShapeData::GetTangent",
"category": "Other"
"name": "Get Tangent"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
"name": "Blend Shape Data"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Index"
}
}
],
@ -85,7 +83,7 @@
{
"typeid": "{0CE9FA36-1E3A-4C06-9254-B7C73A732053}",
"details": {
"name": "Vector4"
"name": "Tangents"
}
}
]
@ -95,27 +93,26 @@
"context": "BlendShapeData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetBitangent"
"tooltip": "When signaled, this will invoke Get Bitangent"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetBitangent is invoked"
"tooltip": "Signaled after Get Bitangent is invoked"
},
"details": {
"name": "BlendShapeData::GetBitangent",
"category": "Other"
"name": "Get Bi-Tangent"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
"name": "Blend Shape Data"
}
},
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "AZ::u64"
"name": "Index"
}
}
],
@ -123,7 +120,7 @@
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Bi-Tangent"
}
}
]
@ -133,33 +130,32 @@
"context": "BlendShapeData",
"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": "BlendShapeData::GetColor",
"category": "Other"
"name": "Get Color"
},
"params": [
{
"typeid": "{FF875C22-2E4F-4CE3-BA49-09BF78C70A09}",
"details": {
"name": "const BlendShapeData&"
"name": "Blend Shape Data"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Color Set Index"
}
},
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Color Index"
}
}
],
@ -167,7 +163,7 @@
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "SceneAPI::DataTypes::Color"
"name": "Color"
}
}
]

@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BlendShapeDataFace"
"name": "Blend Shape Data Face"
},
"methods": [
{
@ -13,27 +13,26 @@
"context": "BlendShapeDataFace",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetVertexIndex"
"tooltip": "When signaled, this will invoke Get Vertex Index"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetVertexIndex is invoked"
"tooltip": "Signaled after Get Vertex Index is invoked"
},
"details": {
"name": "BlendShapeDataFace::GetVertexIndex",
"category": "Other"
"name": "Get Vertex Index"
},
"params": [
{
"typeid": "{C972EC9A-3A5C-47CD-9A92-ECB4C0C0451C}",
"details": {
"name": "const SceneAPI::DataTypes::IBlendShapeData::Face&"
"name": "Blend Shape Data Face"
}
},
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
"name": "Face Index"
}
}
],
@ -41,7 +40,7 @@
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "Vertex Index"
}
}
]

@ -5,8 +5,54 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "BoxShapeConfig"
}
"name": "Box Shape Config"
},
"methods": [
{
"key": "GetDimensions",
"details": {
"name": "Get Dimensions"
},
"params": [
{
"typeid": "{F034FBA2-AC2F-4E66-8152-14DFB90D6283}",
"details": {
"name": "Box Shape Config",
"tooltip": "Box shape configuration parameters"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Dimensions"
}
}
]
},
{
"key": "SetDimensions",
"details": {
"name": "Set Dimensions"
},
"params": [
{
"typeid": "{F034FBA2-AC2F-4E66-8152-14DFB90D6283}",
"details": {
"name": "Box Shape Config",
"tooltip": "Box shape configuration parameters"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Dimensions"
}
}
]
}
]
}
]
}

@ -5,8 +5,98 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CapsuleShapeConfig"
}
"name": "Capsule Shape Config"
},
"methods": [
{
"key": "GetHeight",
"details": {
"name": "Get Height"
},
"params": [
{
"typeid": "{00931AEB-2AD8-42CE-B1DC-FA4332F51501}",
"details": {
"name": "Capsule Shape Config",
"tooltip": "Capsule shape configuration parameters"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Height"
}
}
]
},
{
"key": "SetHeight",
"details": {
"name": "Set Height"
},
"params": [
{
"typeid": "{00931AEB-2AD8-42CE-B1DC-FA4332F51501}",
"details": {
"name": "Capsule Shape Config",
"tooltip": "Capsule shape configuration parameters"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Height"
}
}
]
},
{
"key": "GetRadius",
"details": {
"name": "Get Radius"
},
"params": [
{
"typeid": "{00931AEB-2AD8-42CE-B1DC-FA4332F51501}",
"details": {
"name": "Capsule Shape Config",
"tooltip": "Capsule shape configuration parameters"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
}
]
},
{
"key": "SetRadius",
"details": {
"name": "Set Radius"
},
"params": [
{
"typeid": "{00931AEB-2AD8-42CE-B1DC-FA4332F51501}",
"details": {
"name": "Capsule Shape Config",
"tooltip": "Capsule shape configuration parameters"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
}
]
}
]
}
]
}

@ -6,7 +6,177 @@
"variant": "",
"details": {
"name": "Contact"
}
},
"methods": [
{
"key": "GetPosition",
"details": {
"name": "Get Position"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
}
]
},
{
"key": "SetPosition",
"details": {
"name": "Set Position"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
}
]
},
{
"key": "GetNormal",
"details": {
"name": "Get Normal"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "SetNormal",
"details": {
"name": "Set Normal"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal"
}
}
]
},
{
"key": "GetImpulse",
"details": {
"name": "Get Impulse"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
}
],
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Impulse"
}
}
]
},
{
"key": "SetImpulse",
"details": {
"name": "Set Impulse"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Impulse"
}
}
]
},
{
"key": "GetSeparation",
"details": {
"name": "Get Separation"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Separation"
}
}
]
},
{
"key": "SetSeparation",
"details": {
"name": "Set Separation"
},
"params": [
{
"typeid": "{D7439508-ED10-4395-9D48-1FC3D7815361}",
"details": {
"name": "Contact"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Separation"
}
}
]
}
]
}
]
}

@ -5,8 +5,98 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "CylinderShapeConfig"
}
"name": "Cylinder Shape Config"
},
"methods": [
{
"key": "GetHeight",
"details": {
"name": "Get Height"
},
"params": [
{
"typeid": "{53254779-82F1-441E-9116-81E1FACFECF4}",
"details": {
"name": "Cylinder Shape Config",
"tooltip": "Cylinder shape configuration parameters"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Height"
}
}
]
},
{
"key": "SetHeight",
"details": {
"name": "Set Height"
},
"params": [
{
"typeid": "{53254779-82F1-441E-9116-81E1FACFECF4}",
"details": {
"name": "Cylinder Shape Config",
"tooltip": "Cylinder shape configuration parameters"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Height"
}
}
]
},
{
"key": "GetRadius",
"details": {
"name": "Get Radius"
},
"params": [
{
"typeid": "{53254779-82F1-441E-9116-81E1FACFECF4}",
"details": {
"name": "Cylinder Shape Config",
"tooltip": "Cylinder shape configuration parameters"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
}
]
},
{
"key": "SetRadius",
"details": {
"name": "Set Radius"
},
"params": [
{
"typeid": "{53254779-82F1-441E-9116-81E1FACFECF4}",
"details": {
"name": "Cylinder Shape Config",
"tooltip": "Cylinder shape configuration parameters"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
}
]
}
]
}
]
}

@ -5,8 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Input Event Notification ID",
"category": "Gameplay/Input"
"name": "Input",
"category": "Gameplay"
},
"methods": [
{
@ -14,21 +14,20 @@
"context": "InputEventNotificationId",
"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": "InputEventNotificationId::ToString",
"category": "Gameplay/Input"
"name": "To String"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
"name": "Input Event Notification Id"
}
}
],
@ -53,20 +52,19 @@
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "InputEventNotificationId::Equal",
"category": "Gameplay/Input"
"name": "Equal"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
"name": "Input Event Notification Id"
}
},
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "const InputEventNotificationId&"
"name": "Input Event Notification Id"
}
}
],
@ -74,7 +72,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Equal"
}
}
]
@ -91,14 +89,13 @@
"tooltip": "Signaled after Clone is invoked"
},
"details": {
"name": "InputEventNotificationId::Clone",
"category": "Gameplay/Input"
"name": "Clone"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationId*"
"name": "Input Event Notification Id"
}
}
],
@ -106,7 +103,7 @@
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationID"
"name": "Input Event Notification Id"
}
}
]
@ -116,29 +113,26 @@
"context": "InputEventNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke CreateInputEventNotificationId"
"tooltip": "When signaled, this will invoke Create Input Event Notification Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after CreateInputEventNotificationId is invoked"
"tooltip": "Signaled after Create Input Event Notification Id is invoked"
},
"details": {
"name": "InputEventNotificationId::CreateInputEventNotificationId",
"category": "Gameplay/Input"
"name": "Create Input Event Notification Id"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "localUserId",
"tooltip": "Local user ID (0-3, or -1 for all users)"
"name": "Local User Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "actionName",
"tooltip": "The name of the Input event action"
"name": "Value"
}
}
],
@ -146,7 +140,111 @@
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "InputEventNotificationID"
"name": "Input Event Notification Id"
}
}
]
},
{
"key": "GetactionNameCrc",
"details": {
"name": "Get Action Name Tag"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "Input Event Notification Id"
}
}
],
"results": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag"
}
}
]
},
{
"key": "SetactionNameCrc",
"details": {
"name": "Set Action Name Tag"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "Input Event Notification Id"
}
},
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag"
}
}
]
},
{
"key": "GetlocalUserId",
"details": {
"name": "Get Local User Id"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "Input Event Notification Id"
}
}
],
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Local User Id"
}
}
]
},
{
"key": "SetlocalUserId",
"details": {
"name": "Set Local User Id"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "Input Event Notification Id"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Local User Id"
}
}
]
},
{
"key": "SetactionName",
"details": {
"name": "Set Action Name"
},
"params": [
{
"typeid": "{9E0F0801-348B-4FF9-AF9B-858D59404968}",
"details": {
"name": "Input Event Notification Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": "Action Name"
}
}
]

@ -14,14 +14,14 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get On Presimulate Event"
"tooltip": "When signaled, this will invoke Get On Pre Simulate Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get On Presimulate Event is invoked"
"tooltip": "Signaled after Get On Pre Simulate Event is invoked"
},
"details": {
"name": "Get On Presimulate Event"
"name": "Get On Pre Simulate Event"
},
"results": [
{
@ -37,14 +37,14 @@
"context": "PhysicsSystemInterface",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get On Postsimulate Event"
"tooltip": "When signaled, this will invoke Get On Post Simulate Event"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get On Postsimulate Event is invoked"
"tooltip": "Signaled after Get On Post Simulate Event is invoked"
},
"details": {
"name": "Get On Postsimulate Event"
"name": "Get On Post Simulate Event"
},
"results": [
{
@ -73,7 +73,7 @@
{
"typeid": "{B6F4D92A-061B-4CB3-AAB5-984B599A53AE}",
"details": {
"name": "Interface"
"name": "System Interface"
}
},
{
@ -110,7 +110,7 @@
{
"typeid": "{B6F4D92A-061B-4CB3-AAB5-984B599A53AE}",
"details": {
"name": "Interface"
"name": "System Interface"
}
},
{

@ -5,7 +5,8 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "SceneGraphName"
"name": "Scene Graph Name",
"category": "Scene Graph"
},
"methods": [
{
@ -13,21 +14,20 @@
"context": "SceneGraphName",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetPath"
"tooltip": "When signaled, this will invoke Get Path"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetPath is invoked"
"tooltip": "Signaled after Get Path is invoked"
},
"details": {
"name": "SceneGraphName::GetPath",
"category": "Other"
"name": "Get Path"
},
"params": [
{
"typeid": "{4077AC3C-B301-4F5A-BEA7-54D6511AEC2E}",
"details": {
"name": "AZ::SceneAPI::Containers::SceneGraph::Name*"
"name": "Scene Graph Name"
}
}
],
@ -35,7 +35,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Path"
}
}
]
@ -45,21 +45,20 @@
"context": "SceneGraphName",
"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": "SceneGraphName::GetName",
"category": "Other"
"name": "Get Name"
},
"params": [
{
"typeid": "{4077AC3C-B301-4F5A-BEA7-54D6511AEC2E}",
"details": {
"name": "AZ::SceneAPI::Containers::SceneGraph::Name*"
"name": "Scene Graph Name"
}
}
],
@ -67,7 +66,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "Name"
}
}
]
@ -77,21 +76,20 @@
"context": "SceneGraphName",
"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": "SceneGraphName::ToString",
"category": "Other"
"name": "To String"
},
"params": [
{
"typeid": "{4077AC3C-B301-4F5A-BEA7-54D6511AEC2E}",
"details": {
"name": "const AZ::SceneAPI::Containers::SceneGraph::Name&"
"name": "Scene Graph Name"
}
}
],
@ -99,7 +97,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "const char*"
"name": "String"
}
}
]

@ -5,8 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Slice Instantiation Ticket",
"category": "Gameplay"
"name": "Slice Instantiation Ticket"
},
"methods": [
{
@ -21,20 +20,19 @@
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "SliceInstantiationTicket::Equal",
"category": "Gameplay"
"name": "Equal"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket*"
"name": "Slice Instantiation Ticket*"
}
},
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "const SliceInstantiationTicket&"
"name": "const Slice Instantiation Ticket&"
}
}
],
@ -42,7 +40,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Equal"
}
}
]
@ -52,21 +50,20 @@
"context": "SliceInstantiationTicket",
"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": "SliceInstantiationTicket::ToString",
"category": "Gameplay"
"name": "To String"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket*"
"name": "Slice Instantiation Ticket*"
}
}
],
@ -74,7 +71,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
"name": "String"
}
}
]
@ -84,21 +81,20 @@
"context": "SliceInstantiationTicket",
"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": "SliceInstantiationTicket::IsValid",
"category": "Gameplay"
"name": "Is Valid"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket*"
"name": "Slice Instantiation Ticket*"
}
}
],
@ -106,7 +102,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
"name": "Is Valid"
}
}
]

@ -6,7 +6,7 @@
"variant": "",
"details": {
"name": "UV Coords",
"category": "UI/LyShine Examples"
"category": "UI/UI Examples"
},
"methods": [
{
@ -14,50 +14,44 @@
"context": "UVCoords",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetUVCoords"
"tooltip": "When signaled, this will invoke SetUV Coords"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetUVCoords is invoked"
"tooltip": "Signaled after SetUV Coords is invoked"
},
"details": {
"name": "UVCoords::SetUVCoords",
"category": "UI/LyShine Examples"
"name": "Set UV Coords"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Coords",
"tooltip": "The UV coordinates to set"
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left",
"tooltip": "The lower X UV coordinate [0-1]"
"name": "Left"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top",
"tooltip": "The higher Y UV coordinate [0-1]"
"name": "Top"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right",
"tooltip": "The higher X UV coordinate [0-1]"
"name": "Right"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom",
"tooltip": "The lower Y UV coordinate [0-1]"
"name": "Bottom"
}
}
]
@ -67,29 +61,26 @@
"context": "UVCoords",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetBottom"
"tooltip": "When signaled, this will invoke Set Bottom"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetBottom is invoked"
"tooltip": "Signaled after Set Bottom is invoked"
},
"details": {
"name": "UVCoords::SetBottom",
"category": "UI/LyShine Examples"
"name": "Set Bottom"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Coords",
"tooltip": "The UV coordinates to set"
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom",
"tooltip": "The lower Y UV coordinate [0-1]"
"name": "Bottom"
}
}
]
@ -99,29 +90,26 @@
"context": "UVCoords",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetRight"
"tooltip": "When signaled, this will invoke Set Right"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetRight is invoked"
"tooltip": "Signaled after Set Right is invoked"
},
"details": {
"name": "UVCoords::SetRight",
"category": "UI/LyShine Examples"
"name": "Set Right"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Coords",
"tooltip": "The UV coordinates to set"
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right",
"tooltip": "The higher X UV coordinate [0-1]"
"name": "Right"
}
}
]
@ -131,29 +119,26 @@
"context": "UVCoords",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTop"
"tooltip": "When signaled, this will invoke Set Top"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTop is invoked"
"tooltip": "Signaled after Set Top is invoked"
},
"details": {
"name": "UVCoords::SetTop",
"category": "UI/LyShine Examples"
"name": "Set Top"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Coords",
"tooltip": "The UV coordinates to set"
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top",
"tooltip": "The higher Y UV coordinate [0-1]"
"name": "Top"
}
}
]
@ -163,29 +148,194 @@
"context": "UVCoords",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetLeft"
"tooltip": "When signaled, this will invoke Set Left"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetLeft is invoked"
"tooltip": "Signaled after Set Left is invoked"
},
"details": {
"name": "UVCoords::SetLeft",
"category": "UI/LyShine Examples"
"name": "Set Left"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Coords",
"tooltip": "The UV coordinates to set"
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left",
"tooltip": "Sets the lower X UV coordinate [0-1]"
"name": "Left"
}
}
]
},
{
"key": "Getleft",
"details": {
"name": "Left"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left"
}
}
]
},
{
"key": "Setleft",
"details": {
"name": "Set Left"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Left"
}
}
]
},
{
"key": "Gettop",
"details": {
"name": "Top"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top"
}
}
]
},
{
"key": "Settop",
"details": {
"name": "Set Top"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Top"
}
}
]
},
{
"key": "Getright",
"details": {
"name": "Get Right"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right"
}
}
]
},
{
"key": "Setright",
"details": {
"name": "Set Right"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Right"
}
}
]
},
{
"key": "Getbottom",
"details": {
"name": "Get Bottom"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom"
}
}
]
},
{
"key": "Setbottom",
"details": {
"name": "Bottom"
},
"params": [
{
"typeid": "{E134EAE8-52A1-4E43-847B-09E546CC5B95}",
"details": {
"name": "UV Rect"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Bottom"
}
}
]

@ -5,7 +5,7 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "UiAnchors"
"name": "Ui Anchors"
},
"methods": [
{
@ -13,21 +13,20 @@
"context": "UiAnchors",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetBottom"
"tooltip": "When signaled, this will invoke Set Bottom"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetBottom is invoked"
"tooltip": "Signaled after Set Bottom is invoked"
},
"details": {
"name": "UiAnchors::SetBottom",
"category": "Other"
"name": "Set Bottom"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": "Anchors"
}
},
{
@ -43,21 +42,20 @@
"context": "UiAnchors",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetRight"
"tooltip": "When signaled, this will invoke Set Right"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetRight is invoked"
"tooltip": "Signaled after Set Right is invoked"
},
"details": {
"name": "UiAnchors::SetRight",
"category": "Other"
"name": "Set Right"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": "Anchors"
}
},
{
@ -73,21 +71,20 @@
"context": "UiAnchors",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTop"
"tooltip": "When signaled, this will invoke Set Top"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTop is invoked"
"tooltip": "Signaled after Set Top is invoked"
},
"details": {
"name": "UiAnchors::SetTop",
"category": "Other"
"name": "Set Top"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": "Anchors"
}
},
{
@ -103,21 +100,20 @@
"context": "UiAnchors",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetLeft"
"tooltip": "When signaled, this will invoke Set Left"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetLeft is invoked"
"tooltip": "Signaled after Set Left is invoked"
},
"details": {
"name": "UiAnchors::SetLeft",
"category": "Other"
"name": "Set Left"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": "Anchors"
}
},
{
@ -133,21 +129,20 @@
"context": "UiAnchors",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAnchors"
"tooltip": "When signaled, this will invoke Set Anchors"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAnchors is invoked"
"tooltip": "Signaled after Set Anchors is invoked"
},
"details": {
"name": "UiAnchors::SetAnchors",
"category": "Other"
"name": "Set Anchors"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": "Anchors"
}
},
{
@ -177,15 +172,15 @@
]
},
{
"key": "left",
"key": "Getleft",
"details": {
"name": "UiAnchors::left::Getter"
"name": "Getleft"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
}
],
@ -193,41 +188,41 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": ""
}
}
]
},
{
"key": "left",
"key": "Setleft",
"details": {
"name": "UiAnchors::left::Setter"
"name": "Setleft"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
"name": ""
}
}
]
},
{
"key": "top",
"key": "Gettop",
"details": {
"name": "UiAnchors::top::Getter"
"name": "Gettop"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
}
],
@ -235,41 +230,41 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": ""
}
}
]
},
{
"key": "top",
"key": "Settop",
"details": {
"name": "UiAnchors::top::Setter"
"name": "Settop"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
"name": ""
}
}
]
},
{
"key": "right",
"key": "Getright",
"details": {
"name": "UiAnchors::right::Getter"
"name": "Getright"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
}
],
@ -277,41 +272,41 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": ""
}
}
]
},
{
"key": "right",
"key": "Setright",
"details": {
"name": "UiAnchors::right::Setter"
"name": "Setright"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
"name": ""
}
}
]
},
{
"key": "bottom",
"key": "Getbottom",
"details": {
"name": "UiAnchors::bottom::Getter"
"name": "Getbottom"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
}
],
@ -319,27 +314,27 @@
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float&"
"name": ""
}
}
]
},
{
"key": "bottom",
"key": "Setbottom",
"details": {
"name": "UiAnchors::bottom::Setter"
"name": "Setbottom"
},
"params": [
{
"typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}",
"details": {
"name": "Anchors*"
"name": ""
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "const float&"
"name": ""
}
}
]

@ -20,33 +20,33 @@
"tooltip": "Signaled after ExpectLessThanEqual is invoked"
},
"details": {
"name": "Unit Testing::Expect Less Than Equal",
"name": "Expect Less Than Equal",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Candidate"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Reference"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -70,26 +70,26 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Candidate"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Reference"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -106,21 +106,21 @@
"tooltip": "Signaled after MarkComplete is invoked"
},
"details": {
"name": "Unit Testing::Mark Complete",
"name": "Mark Complete",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -137,27 +137,27 @@
"tooltip": "Signaled after ExpectTrue is invoked"
},
"details": {
"name": "Unit Testing::Expect True",
"name": "Expect True",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Candidate"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -174,21 +174,21 @@
"tooltip": "Signaled after Checkpoint is invoked"
},
"details": {
"name": "Unit Testing::Checkpoint",
"name": "Checkpoint",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -205,27 +205,27 @@
"tooltip": "Signaled after ExpectFalse is invoked"
},
"details": {
"name": "Unit Testing::Expect False",
"name": "Expect False",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Candidate"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -242,33 +242,33 @@
"tooltip": "Signaled after ExpectEqual is invoked"
},
"details": {
"name": "Unit Testing::Expect Equal",
"name": "Expect Equal",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
"name": "Candidate"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
"name": "Reference"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -285,33 +285,33 @@
"tooltip": "Signaled after ExpectLessThan is invoked"
},
"details": {
"name": "Unit Testing::Expect Less Than",
"name": "Expect Less Than",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Candidate"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
"name": "Reference"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -321,28 +321,28 @@
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke AddSuccess"
"tooltip": "When signaled, this will invoke Add Success"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after AddSuccess is invoked"
"tooltip": "Signaled after Add Success is invoked"
},
"details": {
"name": "Unit Testing::Add Success",
"name": "Add Success",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -359,14 +359,14 @@
"tooltip": "Signaled after ExpectNotEqual is invoked"
},
"details": {
"name": "Unit Testing::Expect Not Equal",
"name": "Expect Not Equal",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
@ -385,7 +385,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -402,14 +402,14 @@
"tooltip": "Signaled after ExpectGreaterThan is invoked"
},
"details": {
"name": "Unit Testing::Expect Greater Than",
"name": "Expect Greater Than",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
@ -428,7 +428,7 @@
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]
@ -445,21 +445,21 @@
"tooltip": "Signaled after AddFailure is invoked"
},
"details": {
"name": "Unit Testing::Add Failure",
"name": "Add Failure",
"category": "Other"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "const EntityId&",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
"name": "Report"
}
}
]

@ -0,0 +1,484 @@
{
"entries": [
{
"key": "Unit Testing",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Unit Testing"
},
"methods": [
{
"key": "ExpectLessThanEqual",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Less Than Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Less Than Equal is invoked"
},
"details": {
"name": "Expect Less Than Equal"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Candidate",
"tooltip": "left of <="
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Reference",
"tooltip": "right of <="
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectGreaterThanEqual",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Greater Than Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Greater Than Equal is invoked"
},
"details": {
"name": "Expect Greater Than Equal"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Candidate",
"tooltip": "left of >="
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Reference",
"tooltip": "right of >="
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "MarkComplete",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Mark Complete"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Mark Complete is invoked"
},
"details": {
"name": "Mark Complete"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectTrue",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect True"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect True is invoked"
},
"details": {
"name": "Expect True"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Candidate",
"tooltip": "a value that must be true"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "Checkpoint",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Checkpoint"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Checkpoint is invoked"
},
"details": {
"name": "Checkpoint"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectFalse",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect False"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect False is invoked"
},
"details": {
"name": "Expect False"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Candidate",
"tooltip": "a value that must be false"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectEqual",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Equal is invoked"
},
"details": {
"name": "Expect Equal"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Candidate",
"tooltip": "left of =="
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Reference",
"tooltip": "right of =="
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectLessThan",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Less Than"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Less Than is invoked"
},
"details": {
"name": "Expect Less Than"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Candidate",
"tooltip": "left of <"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Reference",
"tooltip": "right of <"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "AddSuccess",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Add Success"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Add Success is invoked"
},
"details": {
"name": "Add Success"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectNotEqual",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Not Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Not Equal is invoked"
},
"details": {
"name": "Expect Not Equal"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Candidate",
"tooltip": "left of !="
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Reference",
"tooltip": "right of !="
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "ExpectGreaterThan",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Expect Greater Than"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Expect Greater Than is invoked"
},
"details": {
"name": "Expect Greater Than"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Candidate",
"tooltip": "left of >"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "Reference",
"tooltip": "right of >"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
},
{
"key": "AddFailure",
"context": "Unit Testing",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Add Failure"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Add Failure is invoked"
},
"details": {
"name": "Add Failure"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Report",
"tooltip": "additional notes for the test report"
}
}
]
}
]
}
]
}

@ -171,7 +171,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Is Less Than"
"name": "Less Than"
}
}
]
@ -225,7 +225,7 @@
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Name"
"name": "String"
}
},
{
@ -307,7 +307,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Equal"
"name": "Is Equal"
}
}
]

@ -5,8 +5,98 @@
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "VertexColor"
}
"name": "Vertex Color"
},
"methods": [
{
"key": "Getred",
"details": {
"name": "Get Red"
},
"params": [
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Red"
}
}
]
},
{
"key": "Getgreen",
"details": {
"name": "Get Green"
},
"params": [
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Green"
}
}
]
},
{
"key": "Getblue",
"details": {
"name": "Get Blue"
},
"params": [
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Blue"
}
}
]
},
{
"key": "Getalpha",
"details": {
"name": "Get Alpha"
},
"params": [
{
"typeid": "{937E3BF8-5204-4D40-A8DA-C8F083C89F9F}",
"details": {
"name": "Color"
}
}
],
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Alpha"
}
}
]
}
]
}
]
}

@ -5,19 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Audio System Component Notifications"
"name": "Audio System",
"category": "EBus Handlers"
},
"methods": [
{
"key": "OnGamePaused",
"details": {
"name": "OnGamePaused"
"name": "On Game Paused"
}
},
{
"key": "OnGameUnpaused",
"details": {
"name": "OnGameUnpaused"
"name": "On Game Unpaused"
}
}
]

@ -5,19 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "InputSystemNotificationBus"
"name": "Input System",
"category": "Input"
},
"methods": [
{
"key": "OnPreInputUpdate",
"details": {
"name": "OnPreInputUpdate"
"name": "On Pre Input Update"
}
},
{
"key": "OnPostInputUpdate",
"details": {
"name": "OnPostInputUpdate"
"name": "On Post Input Update"
}
}
]

@ -5,20 +5,20 @@
"context": "EBusHandler",
"variant": "",
"details": {
"name": "LookAtNotification",
"tooltip": "Notifications for the Look At Component"
"name": "Look At",
"category": "Gameplay"
},
"methods": [
{
"key": "OnTargetChanged",
"details": {
"name": "OnTargetChanged"
"name": "On Target Changed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}

@ -12,15 +12,13 @@
{
"key": "OnSpawnBegin",
"details": {
"name": "On Spawn Begin",
"tooltip": "Notifies when the spawn starts"
"name": "On Spawn Begin"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
"name": "Slice Instantiation Ticket"
}
}
]
@ -28,15 +26,13 @@
{
"key": "OnSpawnEnd",
"details": {
"name": "On Spawn End",
"tooltip": "Notifies when the spawn completes"
"name": "On Spawn End"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
"name": "Slice Instantiation Ticket"
}
}
]
@ -44,22 +40,20 @@
{
"key": "OnEntitySpawned",
"details": {
"name": "On Entity Spawned",
"tooltip": "Notify that an entity has spawned, will be called once for each entity spawned in a slice"
"name": "On Entity Spawned"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "Slice",
"tooltip": "Slice instance from the spawn event"
"name": "Slice Instantiation Ticket"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity",
"tooltip": "EntityID of the spawned entity, for each spawned entity"
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
@ -67,13 +61,13 @@
{
"key": "OnSpawnedSliceDestroyed",
"details": {
"name": "OnSpawnedSliceDestroyed"
"name": "On Spawned Slice Destroyed"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
"name": "Slice Instantiation Ticket"
}
}
]
@ -81,19 +75,19 @@
{
"key": "OnEntitiesSpawned",
"details": {
"name": "OnEntitiesSpawned"
"name": "On Entities Spawned"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
"name": "Slice Instantiation Ticket"
}
},
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Entities"
}
}
]

@ -5,27 +5,27 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "BoundsRequestBus"
"name": "Bounds Request Bus"
},
"methods": [
{
"key": "GetWorldBounds",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetWorldBounds"
"tooltip": "When signaled, this will invoke Get World Bounds"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetWorldBounds is invoked"
"tooltip": "Signaled after Get World Bounds is invoked"
},
"details": {
"name": "GetWorldBounds"
"name": "Get World Bounds"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
"name": "AABB"
}
}
]
@ -34,20 +34,20 @@
"key": "GetLocalBounds",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetLocalBounds"
"tooltip": "When signaled, this will invoke Get Local Bounds"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetLocalBounds is invoked"
"tooltip": "Signaled after Get Local Bounds is invoked"
},
"details": {
"name": "GetLocalBounds"
"name": "Get Local Bounds"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
"name": "AABB"
}
}
]

@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "DecalRequestBus"
"name": "Decal",
"category": "Rendering"
},
"methods": [
{
"key": "GetMaterial",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetMaterial"
"tooltip": "When signaled, this will invoke Get Material"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetMaterial is invoked"
"tooltip": "Signaled after Get Material is invoked"
},
"details": {
"name": "GetMaterial"
"name": "Get Material"
},
"results": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
"name": "Asset Id"
}
}
]
@ -34,20 +35,20 @@
"key": "GetSortKey",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetSortKey"
"tooltip": "When signaled, this will invoke Get Sort Key"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetSortKey is invoked"
"tooltip": "Signaled after Get Sort Key is invoked"
},
"details": {
"name": "GetSortKey"
"name": "Get Sort Key"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Sort Key"
}
}
]
@ -56,20 +57,20 @@
"key": "SetSortKey",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetSortKey"
"tooltip": "When signaled, this will invoke Set Sort Key"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetSortKey is invoked"
"tooltip": "Signaled after Set Sort Key is invoked"
},
"details": {
"name": "SetSortKey"
"name": "Set Sort Key"
},
"params": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Sort Key"
}
}
]
@ -78,20 +79,20 @@
"key": "SetMaterial",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetMaterial"
"tooltip": "When signaled, this will invoke Set Material"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetMaterial is invoked"
"tooltip": "Signaled after Set Material is invoked"
},
"details": {
"name": "SetMaterial"
"name": "Set Material"
},
"params": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
"name": "Asset Id"
}
}
]
@ -100,20 +101,20 @@
"key": "SetAttenuationAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAttenuationAngle"
"tooltip": "When signaled, this will invoke Set Attenuation Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAttenuationAngle is invoked"
"tooltip": "Signaled after Set Attenuation Angle is invoked"
},
"details": {
"name": "SetAttenuationAngle"
"name": "Set Attenuation Angle"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Attenuation Angle"
}
}
]
@ -122,20 +123,20 @@
"key": "GetOpacity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOpacity"
"tooltip": "When signaled, this will invoke Get Opacity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOpacity is invoked"
"tooltip": "Signaled after Get Opacity is invoked"
},
"details": {
"name": "GetOpacity"
"name": "Get Opacity"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Opacity"
}
}
]
@ -144,20 +145,20 @@
"key": "SetOpacity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOpacity"
"tooltip": "When signaled, this will invoke Set Opacity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOpacity is invoked"
"tooltip": "Signaled after Set Opacity is invoked"
},
"details": {
"name": "SetOpacity"
"name": "Set Opacity"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Opacity"
}
}
]
@ -166,20 +167,20 @@
"key": "GetAttenuationAngle",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAttenuationAngle"
"tooltip": "When signaled, this will invoke Get Attenuation Angle"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAttenuationAngle is invoked"
"tooltip": "Signaled after Get Attenuation Angle is invoked"
},
"details": {
"name": "GetAttenuationAngle"
"name": "Get Attenuation Angle"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Attenuation Angle"
}
}
]

@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "DeferredFogRequestsBus"
"name": "Deferred Fog",
"category": "Rendering"
},
"methods": [
{
"key": "SetNoiseTexture",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetNoiseTexture"
"tooltip": "When signaled, this will invoke Set Noise Texture"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetNoiseTexture is invoked"
"tooltip": "Signaled after Set Noise Texture is invoked"
},
"details": {
"name": "SetNoiseTexture"
"name": "Set Noise Texture"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Path"
}
}
]
@ -34,20 +35,20 @@
"key": "SetNoiseTexCoordScale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetNoiseTexCoordScale"
"tooltip": "When signaled, this will invoke Set Noise Tex Coord Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetNoiseTexCoordScale is invoked"
"tooltip": "Signaled after Set Noise Tex Coord Scale is invoked"
},
"details": {
"name": "SetNoiseTexCoordScale"
"name": "Set Noise Tex Coord Scale"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord Scale"
}
}
]
@ -56,20 +57,20 @@
"key": "SetNoiseTexCoord2Scale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetNoiseTexCoord2Scale"
"tooltip": "When signaled, this will invoke Set Noise Tex Coord 2 Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetNoiseTexCoord2Scale is invoked"
"tooltip": "Signaled after Set Noise Tex Coord 2 Scale is invoked"
},
"details": {
"name": "SetNoiseTexCoord2Scale"
"name": "Set Noise Tex Coord 2 Scale"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord 2 Scale"
}
}
]
@ -78,20 +79,20 @@
"key": "GetFogMaxHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFogMaxHeight"
"tooltip": "When signaled, this will invoke Get Fog Max Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFogMaxHeight is invoked"
"tooltip": "Signaled after Get Fog Max Height is invoked"
},
"details": {
"name": "GetFogMaxHeight"
"name": "Get Fog Max Height"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Max Height"
}
}
]
@ -100,20 +101,20 @@
"key": "GetNoiseTexCoordScale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNoiseTexCoordScale"
"tooltip": "When signaled, this will invoke Get Noise Tex Coord Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNoiseTexCoordScale is invoked"
"tooltip": "Signaled after Get Noise Tex Coord Scale is invoked"
},
"details": {
"name": "GetNoiseTexCoordScale"
"name": "Get Noise Tex Coord Scale"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord Scale"
}
}
]
@ -122,20 +123,20 @@
"key": "GetNoiseTexCoordVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNoiseTexCoordVelocity"
"tooltip": "When signaled, this will invoke Get Noise Tex Coord Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNoiseTexCoordVelocity is invoked"
"tooltip": "Signaled after Get Noise Tex Coord Velocity is invoked"
},
"details": {
"name": "GetNoiseTexCoordVelocity"
"name": "Get Noise Tex Coord Velocity"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord Velocity"
}
}
]
@ -144,20 +145,20 @@
"key": "SetFogEndDistance",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFogEndDistance"
"tooltip": "When signaled, this will invoke Set Fog End Distance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFogEndDistance is invoked"
"tooltip": "Signaled after Set Fog End Distance is invoked"
},
"details": {
"name": "SetFogEndDistance"
"name": "Set Fog End Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fod End Distance"
}
}
]
@ -166,20 +167,20 @@
"key": "GetFogEndDistance",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFogEndDistance"
"tooltip": "When signaled, this will invoke Get Fog End Distance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFogEndDistance is invoked"
"tooltip": "Signaled after Get Fog End Distance is invoked"
},
"details": {
"name": "GetFogEndDistance"
"name": "Get Fog End Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog End Distance"
}
}
]
@ -188,20 +189,20 @@
"key": "GetNoiseTexCoord2Scale",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNoiseTexCoord2Scale"
"tooltip": "When signaled, this will invoke Get Noise Tex Coord 2 Scale"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNoiseTexCoord2Scale is invoked"
"tooltip": "Signaled after Get Noise Tex Coord 2 Scale is invoked"
},
"details": {
"name": "GetNoiseTexCoord2Scale"
"name": "Get Noise Tex Coord 2 Scale"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord 2 Scale"
}
}
]
@ -210,20 +211,20 @@
"key": "SetNoiseTexCoord2Velocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetNoiseTexCoord2Velocity"
"tooltip": "When signaled, this will invoke Set Noise Tex Coord 2 Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetNoiseTexCoord2Velocity is invoked"
"tooltip": "Signaled after Set Noise Tex Coord 2 Velocity is invoked"
},
"details": {
"name": "SetNoiseTexCoord2Velocity"
"name": "Set Noise Tex Coord 2 Velocity"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord 2 Velocity"
}
}
]
@ -232,20 +233,20 @@
"key": "GetFogStartDistance",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFogStartDistance"
"tooltip": "When signaled, this will invoke Get Fog Start Distance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFogStartDistance is invoked"
"tooltip": "Signaled after Get Fog Start Distance is invoked"
},
"details": {
"name": "GetFogStartDistance"
"name": "Get Fog Start Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog Start Distance"
}
}
]
@ -254,20 +255,20 @@
"key": "SetFogMaxHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFogMaxHeight"
"tooltip": "When signaled, this will invoke Set Fog Max Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFogMaxHeight is invoked"
"tooltip": "Signaled after Set Fog Max Height is invoked"
},
"details": {
"name": "SetFogMaxHeight"
"name": "Set Fog Max Height"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog Max Height"
}
}
]
@ -276,20 +277,20 @@
"key": "SetNoiseTexCoordVelocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetNoiseTexCoordVelocity"
"tooltip": "When signaled, this will invoke Set Noise Tex Coord Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetNoiseTexCoordVelocity is invoked"
"tooltip": "Signaled after Set Noise Tex Coord Velocity is invoked"
},
"details": {
"name": "SetNoiseTexCoordVelocity"
"name": "Set Noise Tex Coord Velocity"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord Velocity"
}
}
]
@ -298,20 +299,20 @@
"key": "GetNoiseTexCoord2Velocity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNoiseTexCoord2Velocity"
"tooltip": "When signaled, this will invoke Get Noise Tex Coord 2 Velocity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNoiseTexCoord2Velocity is invoked"
"tooltip": "Signaled after Get Noise Tex Coord 2 Velocity is invoked"
},
"details": {
"name": "GetNoiseTexCoord2Velocity"
"name": "Get Noise Tex Coord 2 Velocity"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Tex Coord 2 Velocity"
}
}
]
@ -320,20 +321,20 @@
"key": "SetFogStartDistance",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFogStartDistance"
"tooltip": "When signaled, this will invoke Set Fog Start Distance"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFogStartDistance is invoked"
"tooltip": "Signaled after Set Fog Start Distance is invoked"
},
"details": {
"name": "SetFogStartDistance"
"name": "Set Fog Start Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog Start Distance"
}
}
]
@ -342,20 +343,20 @@
"key": "GetFogMinHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFogMinHeight"
"tooltip": "When signaled, this will invoke Get Fog Min Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFogMinHeight is invoked"
"tooltip": "Signaled after Get Fog Min Height is invoked"
},
"details": {
"name": "GetFogMinHeight"
"name": "Get Fog Min Height"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog Min Height"
}
}
]
@ -364,20 +365,20 @@
"key": "GetFogColor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFogColor"
"tooltip": "When signaled, this will invoke Get Fog Color"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFogColor is invoked"
"tooltip": "Signaled after Get Fog Color is invoked"
},
"details": {
"name": "GetFogColor"
"name": "Get Fog Color"
},
"results": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Fog Color"
}
}
]
@ -386,20 +387,20 @@
"key": "SetOctavesBlendFactor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOctavesBlendFactor"
"tooltip": "When signaled, this will invoke Set Octaves Blend Factor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOctavesBlendFactor is invoked"
"tooltip": "Signaled after Set Octaves Blend Factor is invoked"
},
"details": {
"name": "SetOctavesBlendFactor"
"name": "Set Octaves Blend Factor"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Octaves Blend Factor"
}
}
]
@ -408,20 +409,20 @@
"key": "GetOctavesBlendFactor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOctavesBlendFactor"
"tooltip": "When signaled, this will invoke Get Octaves Blend Factor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOctavesBlendFactor is invoked"
"tooltip": "Signaled after Get Octaves Blend Factor is invoked"
},
"details": {
"name": "GetOctavesBlendFactor"
"name": "Get Octaves Blend Factor"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Octaves Blend Factor"
}
}
]
@ -430,20 +431,20 @@
"key": "SetFogColor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFogColor"
"tooltip": "When signaled, this will invoke Set Fog Color"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFogColor is invoked"
"tooltip": "Signaled after Set Fog Color is invoked"
},
"details": {
"name": "SetFogColor"
"name": "Set Fog Color"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Fog Color"
}
}
]
@ -452,20 +453,20 @@
"key": "SetFogMinHeight",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFogMinHeight"
"tooltip": "When signaled, this will invoke Set Fog Min Height"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFogMinHeight is invoked"
"tooltip": "Signaled after Set Fog Min Height is invoked"
},
"details": {
"name": "SetFogMinHeight"
"name": "Set Fog Min Height"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Fog Min Height"
}
}
]
@ -474,20 +475,20 @@
"key": "GetNoiseTexture",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetNoiseTexture"
"tooltip": "When signaled, this will invoke Get Noise Texture"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetNoiseTexture is invoked"
"tooltip": "Signaled after Get Noise Texture is invoked"
},
"details": {
"name": "GetNoiseTexture"
"name": "Get Noise Texture"
},
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::string"
"name": "Path"
}
}
]

@ -5,21 +5,22 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "InputSystemRequestBus"
"name": "Input System",
"category": "Input"
},
"methods": [
{
"key": "RecreateEnabledInputDevices",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke RecreateEnabledInputDevices"
"tooltip": "When signaled, this will invoke Recreate Enabled Input Devices"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after RecreateEnabledInputDevices is invoked"
"tooltip": "Signaled after Recreate Enabled Input Devices is invoked"
},
"details": {
"name": "RecreateEnabledInputDevices"
"name": "Recreate Enabled Input Devices"
}
}
]

@ -5,28 +5,30 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "LookAt"
"name": "Look At",
"category": "Gameplay"
},
"methods": [
{
"key": "SetTarget",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTarget"
"tooltip": "When signaled, this will invoke Set Target"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTarget is invoked"
"tooltip": "Signaled after Set Target is invoked"
},
"details": {
"name": "SetTarget"
"name": "Set Target",
"tooltip": "Set the entity to look at"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
"name": "Target",
"tooltip": "The entity to look at"
}
}
]
@ -35,20 +37,22 @@
"key": "SetTargetPosition",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetTargetPosition"
"tooltip": "When signaled, this will invoke Set Target Position"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetTargetPosition is invoked"
"tooltip": "Signaled after Set Target Position is invoked"
},
"details": {
"name": "SetTargetPosition"
"name": "Set Target Position",
"tooltip": "Sets the target position to look at."
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Vector3"
"name": "Position",
"tooltip": "The position to look at"
}
}
]
@ -57,20 +61,22 @@
"key": "SetAxis",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetAxis"
"tooltip": "When signaled, this will invoke Set Axis"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetAxis is invoked"
"tooltip": "Signaled after Set Axis is invoked"
},
"details": {
"name": "SetAxis"
"name": "Set Axis",
"tooltip": "Specify the forward axis to use as reference for the look at"
},
"params": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
"name": "Axis",
"tooltip": "The forward axis to use as reference"
}
}
]

@ -5,8 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "LyShineExamplesCppExampleBus",
"category": "UI/LyShine Examples"
"name": "UI Examples",
"category": "UI"
},
"methods": [
{
@ -20,8 +20,7 @@
"tooltip": "Signaled after Create Canvas is invoked"
},
"details": {
"name": "Create Canvas",
"tooltip": "Creates a canvas using C++"
"name": "Create Canvas"
}
},
{
@ -35,8 +34,7 @@
"tooltip": "Signaled after Destroy Canvas is invoked"
},
"details": {
"name": "Destroy Canvas",
"tooltip": "Destroys a canvas using C++"
"name": "Destroy Canvas"
}
}
]

@ -9,7 +9,7 @@
},
"methods": [
{
"key": "AddEntity",
"key": "Add Entity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Add Entity"
@ -42,7 +42,7 @@
"tooltip": "Signaled after Remove Entity is invoked"
},
"details": {
"name": "RemoveEntity"
"name": "Remove Entity"
},
"params": [
{
@ -58,22 +58,21 @@
"key": "SetBehaviorType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetBehaviorType"
"tooltip": "When signaled, this will invoke Set Behavior Type"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetBehaviorType is invoked"
"tooltip": "Signaled after Set Behavior Type is invoked"
},
"details": {
"name": "Set Behavior Type",
"tooltip": "0: Separate, 1: Blended"
"name": "Set Behavior Type"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Behavior Type",
"tooltip": "0: Separate, 1: Blended"
"name": "Type",
"tooltip": "0: Separate\n1: Blended"
}
}
]

@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "SimpleStateComponentRequestBus",
"name": "Simple State",
"category": "Gameplay"
},
"methods": [
@ -13,21 +13,20 @@
"key": "GetNumStates",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get State Count"
"tooltip": "When signaled, this will invoke Get Num States"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get State Count is invoked"
"tooltip": "Signaled after Get Num States is invoked"
},
"details": {
"name": "Get State Count",
"tooltip": "Returns the number of states"
"name": "Get Num States"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
"name": "State Count"
}
}
]
@ -36,82 +35,76 @@
"key": "SetToLastState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set To Last"
"tooltip": "When signaled, this will invoke Set To Last State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set To Last is invoked"
"tooltip": "Signaled after Set To Last State is invoked"
},
"details": {
"name": "Set To Last",
"tooltip": "Sets to the last state in the state list"
"name": "Set To Last State"
}
},
{
"key": "SetToPreviousState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set To Previous"
"tooltip": "When signaled, this will invoke Set To Previous State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set To Previous is invoked"
"tooltip": "Signaled after Set To Previous State is invoked"
},
"details": {
"name": "Set To Previous",
"tooltip": "Sets to the previous state in the state list from the current state"
"name": "Set To Previous State"
}
},
{
"key": "SetToFirstState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set To First"
"tooltip": "When signaled, this will invoke Set To First State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set To First is invoked"
"tooltip": "Signaled after Set To First State is invoked"
},
"details": {
"name": "Set To First",
"tooltip": "Sets to the first state in the state list"
"name": "Set To First State"
}
},
{
"key": "SetToNextState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set To Next"
"tooltip": "When signaled, this will invoke Set To Next State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set To Next is invoked"
"tooltip": "Signaled after Set To Next State is invoked"
},
"details": {
"name": "Set To Next",
"tooltip": "Sets to the next state in the state list from the current state"
"name": "Set To Next State"
}
},
{
"key": "SetStateByIndex",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set State by Index"
"tooltip": "When signaled, this will invoke Set State By Index"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set State by Index is invoked"
"tooltip": "Signaled after Set State By Index is invoked"
},
"details": {
"name": "Set State by Index",
"tooltip": "Sets the state by index"
"name": "Set State By Index"
},
"params": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "Index",
"tooltip": "State index"
"name": "Index"
}
}
]
@ -127,15 +120,13 @@
"tooltip": "Signaled after Set State is invoked"
},
"details": {
"name": "Set State",
"tooltip": "Sets the state by name"
"name": "Set State"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Name",
"tooltip": "State name"
"name": "State Name"
}
}
]
@ -151,14 +142,13 @@
"tooltip": "Signaled after Get Current State is invoked"
},
"details": {
"name": "Get Current State",
"tooltip": "Gets the current state name"
"name": "Get Current State"
},
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
"name": "State Name"
}
}
]

@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "SpawnerComponentRequestBus",
"name": "Spawner",
"category": "Gameplay"
},
"methods": [
@ -13,20 +13,20 @@
"key": "SetDynamicSlice",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetDynamicSlice"
"tooltip": "When signaled, this will invoke Set Dynamic Slice"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetDynamicSlice is invoked"
"tooltip": "Signaled after Set Dynamic Slice is invoked"
},
"details": {
"name": "SetDynamicSlice"
"name": "Set Dynamic Slice"
},
"params": [
{
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
"details": {
"name": "AssetId"
"name": "Asset Id"
}
}
]
@ -35,20 +35,20 @@
"key": "GetCurrentlySpawnedSlices",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetCurrentlySpawnedSlices"
"tooltip": "When signaled, this will invoke Get Currently Spawned Slices"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetCurrentlySpawnedSlices is invoked"
"tooltip": "Signaled after Get Currently Spawned Slices is invoked"
},
"details": {
"name": "GetCurrentlySpawnedSlices"
"name": "Get Currently Spawned Slices"
},
"results": [
{
"typeid": "{DCAD95EA-9447-5B13-AACC-6C7223E1C04D}",
"details": {
"name": ""
"name": "Spawned Slices"
}
}
]
@ -57,20 +57,20 @@
"key": "HasAnyCurrentlySpawnedSlices",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke HasAnyCurrentlySpawnedSlices"
"tooltip": "When signaled, this will invoke Has Any Currently Spawned Slices"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after HasAnyCurrentlySpawnedSlices is invoked"
"tooltip": "Signaled after Has Any Currently Spawned Slices is invoked"
},
"details": {
"name": "HasAnyCurrentlySpawnedSlices"
"name": "Has Any Currently Spawned Slices"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Result"
}
}
]
@ -79,20 +79,20 @@
"key": "GetAllCurrentlySpawnedEntities",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetAllCurrentlySpawnedEntities"
"tooltip": "When signaled, this will invoke Get All Currently Spawned Entities"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetAllCurrentlySpawnedEntities is invoked"
"tooltip": "Signaled after Get All Currently Spawned Entities is invoked"
},
"details": {
"name": "GetAllCurrentlySpawnedEntities"
"name": "Get All Currently Spawned Entities"
},
"results": [
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Spawned Entities"
}
}
]
@ -101,34 +101,34 @@
"key": "DestroyAllSpawnedSlices",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroyAllSpawnedSlices"
"tooltip": "When signaled, this will invoke Destroy All Spawned Slices"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroyAllSpawnedSlices is invoked"
"tooltip": "Signaled after Destroy All Spawned Slices is invoked"
},
"details": {
"name": "DestroyAllSpawnedSlices"
"name": "Destroy All Spawned Slices"
}
},
{
"key": "GetCurrentEntitiesFromSpawnedSlice",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetCurrentEntitiesFromSpawnedSlice"
"tooltip": "When signaled, this will invoke Get Current Entities From Spawned Slice"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetCurrentEntitiesFromSpawnedSlice is invoked"
"tooltip": "Signaled after Get Current Entities From Spawned Slice is invoked"
},
"details": {
"name": "GetCurrentEntitiesFromSpawnedSlice"
"name": "Get Current Entities From Spawned Slice"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
"name": "Slice Instantiation Ticket"
}
}
],
@ -136,7 +136,7 @@
{
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
"details": {
"name": "AZStd::vector"
"name": "Entities"
}
}
]
@ -145,20 +145,20 @@
"key": "DestroySpawnedSlice",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke DestroySpawnedSlice"
"tooltip": "When signaled, this will invoke Destroy Spawned Slice"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after DestroySpawnedSlice is invoked"
"tooltip": "Signaled after Destroy Spawned Slice is invoked"
},
"details": {
"name": "DestroySpawnedSlice"
"name": "Destroy Spawned Slice"
},
"params": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
"name": "Slice Instantiation Ticket"
}
}
]
@ -167,20 +167,20 @@
"key": "IsReadyToSpawn",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsReadyToSpawn"
"tooltip": "When signaled, this will invoke Is Ready To Spawn"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsReadyToSpawn is invoked"
"tooltip": "Signaled after Is Ready To Spawn is invoked"
},
"details": {
"name": "IsReadyToSpawn"
"name": "Is Ready To Spawn"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Ready"
}
}
]
@ -196,15 +196,13 @@
"tooltip": "Signaled after Spawn Relative is invoked"
},
"details": {
"name": "Spawn Relative",
"tooltip": "Spawn the selected slice at the entity's location with the provided relative offset"
"name": "Spawn Relative"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Offset",
"tooltip": "The relative offset from the entity"
"name": "Transform"
}
}
],
@ -212,8 +210,7 @@
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket",
"tooltip": "The relative offset from the entity"
"name": "Slice Instantiation Ticket"
}
}
]
@ -229,14 +226,13 @@
"tooltip": "Signaled after Spawn is invoked"
},
"details": {
"name": "Spawn",
"tooltip": "Spawns the designated slice at the entity's location"
"name": "Spawn"
},
"results": [
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket"
"name": "Slice Instantiation Ticket"
}
}
]
@ -252,15 +248,13 @@
"tooltip": "Signaled after Spawn Absolute is invoked"
},
"details": {
"name": "Spawn Absolute",
"tooltip": "Spawn the selected slice at an absolute position"
"name": "Spawn Absolute"
},
"params": [
{
"typeid": "{5D9958E9-9F1E-4985-B532-FFFDE75FEDFD}",
"details": {
"name": "Position",
"tooltip": "The absolute position where the entity should spawn"
"name": "Transform"
}
}
],
@ -268,8 +262,7 @@
{
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
"details": {
"name": "SliceInstantiationTicket",
"tooltip": "The absolute position where the entity should spawn"
"name": "Slice Instantiation Ticket"
}
}
]

@ -5,8 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "TagComponentRequestBus",
"category": "Gameplay"
"name": "Requests",
"category": "Gameplay/Tag"
},
"methods": [
{
@ -20,15 +20,13 @@
"tooltip": "Signaled after Has Tag is invoked"
},
"details": {
"name": "Has Tag",
"tooltip": "Returns true if an entity has a specified tag"
"name": "Has Tag"
},
"params": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag",
"tooltip": "The tag to check if the source entity has"
"name": "Tag"
}
}
],
@ -36,8 +34,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool",
"tooltip": "The tag to check if the source entity has"
"name": "Has Tag"
}
}
]
@ -53,15 +50,13 @@
"tooltip": "Signaled after Add Tag is invoked"
},
"details": {
"name": "Add Tag",
"tooltip": "Adds a tag to an entity if it didn't already have it"
"name": "Add Tag"
},
"params": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag",
"tooltip": "The tag to add to the entity"
"name": "Tag"
}
}
]
@ -77,15 +72,13 @@
"tooltip": "Signaled after Remove Tag is invoked"
},
"details": {
"name": "Remove Tag",
"tooltip": "Removes a tag from an entity if it had it"
"name": "Remove Tag"
},
"params": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Tag",
"tooltip": "The tag to remove from the entity"
"name": "Tag"
}
}
]

@ -5,8 +5,8 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "TagGlobalRequestBus",
"category": "Gameplay"
"name": "Requests",
"category": "Gameplay/Tag"
},
"methods": [
{
@ -20,14 +20,13 @@
"tooltip": "Signaled after Request Tagged Entities is invoked"
},
"details": {
"name": "Request Tagged Entities",
"tooltip": "Returns the first responding entity that has a specified Tag"
"name": "Request Tagged Entities"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}

@ -5,23 +5,21 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "UiTransformBus",
"category": "UI"
"name": "Ui Transform Bus"
},
"methods": [
{
"key": "GetPivotY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Pivot Y"
"tooltip": "When signaled, this will invoke Get PivotY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Pivot Y is invoked"
"tooltip": "Signaled after Get PivotY is invoked"
},
"details": {
"name": "Get Pivot Y",
"tooltip": "Gets the Y value of the pivot point"
"name": "Get PivotY"
},
"results": [
{
@ -36,15 +34,14 @@
"key": "GetScaleX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Scale X"
"tooltip": "When signaled, this will invoke Get ScaleX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Scale X is invoked"
"tooltip": "Signaled after Get ScaleX is invoked"
},
"details": {
"name": "Get Scale X",
"tooltip": "Gets the X value of the scale"
"name": "Get ScaleX"
},
"results": [
{
@ -66,14 +63,13 @@
"tooltip": "Signaled after Get Scale is invoked"
},
"details": {
"name": "Get Scale",
"tooltip": "Gets the scale"
"name": "Get Scale"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Vector 2"
}
}
]
@ -82,22 +78,20 @@
"key": "SetLocalPositionX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Local Position X"
"tooltip": "When signaled, this will invoke Set Local PositionX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Local Position X is invoked"
"tooltip": "Signaled after Set Local PositionX is invoked"
},
"details": {
"name": "Set Local Position X",
"tooltip": "Sets the X position of the element relative to the center of the element's anchors"
"name": "Set Local PositionX"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Local Position",
"tooltip": "The X position of the element relative to the center of the element's anchors"
"name": "float"
}
}
]
@ -106,22 +100,20 @@
"key": "SetScaleX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Scale X"
"tooltip": "When signaled, this will invoke Set ScaleX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Scale X is invoked"
"tooltip": "Signaled after Set ScaleX is invoked"
},
"details": {
"name": "Set Scale X",
"tooltip": "Sets the X value of the scale"
"name": "Set ScaleX"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Scale",
"tooltip": "The X value of the scale"
"name": "float"
}
}
]
@ -130,22 +122,20 @@
"key": "SetZRotation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Z Rotation"
"tooltip": "When signaled, this will invoke SetZ Rotation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Z Rotation is invoked"
"tooltip": "Signaled after SetZ Rotation is invoked"
},
"details": {
"name": "Set Z Rotation",
"tooltip": "Sets the rotation about the z-axis"
"name": "SetZ Rotation"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Z Rotation",
"tooltip": "The rotation about the z-axis"
"name": "float"
}
}
]
@ -161,8 +151,7 @@
"tooltip": "Signaled after Get Scale To Device Mode is invoked"
},
"details": {
"name": "Get Scale To Device Mode",
"tooltip": "Returns how the element and all its children are scaled to allow for the difference between the authored canvas size and the actual viewport size"
"name": "Get Scale To Device Mode"
},
"results": [
{
@ -184,15 +173,13 @@
"tooltip": "Signaled after Set Pivot is invoked"
},
"details": {
"name": "Set Pivot",
"tooltip": "Sets the pivot point"
"name": "Set Pivot"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Pivot",
"tooltip": "The pivot point"
"name": "Vector 2"
}
}
]
@ -201,15 +188,14 @@
"key": "GetScaleY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Scale Y"
"tooltip": "When signaled, this will invoke Get ScaleY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Scale Y is invoked"
"tooltip": "Signaled after Get ScaleY is invoked"
},
"details": {
"name": "Get Scale Y",
"tooltip": "Gets the Y value of the scale"
"name": "Get ScaleY"
},
"results": [
{
@ -231,15 +217,13 @@
"tooltip": "Signaled after Move Local Position By is invoked"
},
"details": {
"name": "Move Local Position By",
"tooltip": "Moves the element relative to the center of the element's anchors"
"name": "Move Local Position By"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Offset",
"tooltip": "The amount to move the local position"
"name": "Vector 2"
}
}
]
@ -248,22 +232,20 @@
"key": "SetLocalPositionY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Local Position Y"
"tooltip": "When signaled, this will invoke Set Local PositionY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Local Position Y is invoked"
"tooltip": "Signaled after Set Local PositionY is invoked"
},
"details": {
"name": "Set Local Position Y",
"tooltip": "Sets the Y position of the element relative to the center of the element's anchors"
"name": "Set Local PositionY"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Local Position",
"tooltip": "The Y position of the element relative to the center of the element's anchors"
"name": "float"
}
}
]
@ -279,15 +261,13 @@
"tooltip": "Signaled after Set Viewport Position is invoked"
},
"details": {
"name": "Set Viewport Position",
"tooltip": "Sets the position of the element in viewport space"
"name": "Set Viewport Position"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position",
"tooltip": "The position of the element in viewport space"
"name": "Vector 2"
}
}
]
@ -303,15 +283,13 @@
"tooltip": "Signaled after Set Scale To Device Mode is invoked"
},
"details": {
"name": "Set Scale To Device Mode",
"tooltip": "Sets how the element and all its children should be scaled to allow for the difference between the authored canvas size and the actual viewport size"
"name": "Set Scale To Device Mode"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "Scale to Device Mode",
"tooltip": "Indicates how the element and all its children are scaled to allow for the difference between the authored canvas size and the actual viewport size (0=None, 1=Scale to fit (uniformly), 2=Scale to fill (uniformly), 3=Scale to fit X (uniformly), 4=Scale to fit Y (uniformly), 5=Stretch to fill (non-uniformly), 6=Stretch to fit X (non-uniformly), 7=Stretch to fit Y (non-uniformly))"
"name": "int"
}
}
]
@ -320,15 +298,14 @@
"key": "GetLocalPositionX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Local Position X"
"tooltip": "When signaled, this will invoke Get Local PositionX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Local Position X is invoked"
"tooltip": "Signaled after Get Local PositionX is invoked"
},
"details": {
"name": "Get Local Position X",
"tooltip": "Gets the X position of the element relative to the center of the element's anchors"
"name": "Get Local PositionX"
},
"results": [
{
@ -350,15 +327,13 @@
"tooltip": "Signaled after Move Canvas Position By is invoked"
},
"details": {
"name": "Move Canvas Position By",
"tooltip": "Moves the element in canvas space"
"name": "Move Canvas Position By"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Offset",
"tooltip": "The amount to move the canvas position"
"name": "Vector 2"
}
}
]
@ -367,22 +342,20 @@
"key": "SetPivotX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Pivot X"
"tooltip": "When signaled, this will invoke Set PivotX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Pivot X is invoked"
"tooltip": "Signaled after Set PivotX is invoked"
},
"details": {
"name": "Set Pivot X",
"tooltip": "Sets the X value of the pivot point"
"name": "Set PivotX"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "X Pivot",
"tooltip": "The X value of the pivot point"
"name": "float"
}
}
]
@ -398,15 +371,13 @@
"tooltip": "Signaled after Move Viewport Position By is invoked"
},
"details": {
"name": "Move Viewport Position By",
"tooltip": "Moves the element in viewport space"
"name": "Move Viewport Position By"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Offset",
"tooltip": "The amount to move the viewport position"
"name": "Vector 2"
}
}
]
@ -415,22 +386,20 @@
"key": "SetPivotY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Pivot Y"
"tooltip": "When signaled, this will invoke Set PivotY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Pivot Y is invoked"
"tooltip": "Signaled after Set PivotY is invoked"
},
"details": {
"name": "Set Pivot Y",
"tooltip": "Sets the Y value of the pivot point"
"name": "Set PivotY"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Pivot",
"tooltip": "The Y value of the pivot point"
"name": "float"
}
}
]
@ -446,14 +415,13 @@
"tooltip": "Signaled after Get Viewport Position is invoked"
},
"details": {
"name": "Get Viewport Position",
"tooltip": "Gets the position of the element in viewport space"
"name": "Get Viewport Position"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Vector 2"
}
}
]
@ -469,15 +437,13 @@
"tooltip": "Signaled after Set Scale is invoked"
},
"details": {
"name": "Set Scale",
"tooltip": "Sets the scale"
"name": "Set Scale"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Scale",
"tooltip": "The scale"
"name": "Vector 2"
}
}
]
@ -493,15 +459,13 @@
"tooltip": "Signaled after Set Local Position is invoked"
},
"details": {
"name": "Set Local Position",
"tooltip": "Sets the position of the element relative to the center of the element's anchors"
"name": "Set Local Position"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Local Position",
"tooltip": "The position of the element relative to the center of the element's anchors"
"name": "Vector 2"
}
}
]
@ -517,14 +481,13 @@
"tooltip": "Signaled after Get Canvas Position is invoked"
},
"details": {
"name": "Get Canvas Position",
"tooltip": "Gets the position of the element in canvas space"
"name": "Get Canvas Position"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Vector 2"
}
}
]
@ -533,15 +496,14 @@
"key": "GetPivotX",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Pivot X"
"tooltip": "When signaled, this will invoke Get PivotX"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Pivot X is invoked"
"tooltip": "Signaled after Get PivotX is invoked"
},
"details": {
"name": "Get Pivot X",
"tooltip": "Gets the X value of the pivot point"
"name": "Get PivotX"
},
"results": [
{
@ -556,15 +518,14 @@
"key": "GetZRotation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Z Rotation"
"tooltip": "When signaled, this will invoke GetZ Rotation"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Z Rotation is invoked"
"tooltip": "Signaled after GetZ Rotation is invoked"
},
"details": {
"name": "Get Z Rotation",
"tooltip": "Gets the rotation about the z-axis"
"name": "GetZ Rotation"
},
"results": [
{
@ -586,14 +547,13 @@
"tooltip": "Signaled after Get Local Position is invoked"
},
"details": {
"name": "Get Local Position",
"tooltip": "Gets the position of the element relative to the center of the element's anchors"
"name": "Get Local Position"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Vector 2"
}
}
]
@ -602,22 +562,20 @@
"key": "SetScaleY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Scale Y"
"tooltip": "When signaled, this will invoke Set ScaleY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Scale Y is invoked"
"tooltip": "Signaled after Set ScaleY is invoked"
},
"details": {
"name": "Set Scale Y",
"tooltip": "Sets the Y value of the scale"
"name": "Set ScaleY"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Y Scale",
"tooltip": "The Y value of the scale"
"name": "float"
}
}
]
@ -633,14 +591,13 @@
"tooltip": "Signaled after Get Pivot is invoked"
},
"details": {
"name": "Get Pivot",
"tooltip": "Gets the pivot point"
"name": "Get Pivot"
},
"results": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Vector2"
"name": "Vector 2"
}
}
]
@ -656,15 +613,13 @@
"tooltip": "Signaled after Set Canvas Position is invoked"
},
"details": {
"name": "Set Canvas Position",
"tooltip": "Sets the position of the element in canvas space"
"name": "Set Canvas Position"
},
"params": [
{
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
"details": {
"name": "Position",
"tooltip": "The position of the element in canvas space"
"name": "Vector 2"
}
}
]
@ -673,15 +628,14 @@
"key": "GetLocalPositionY",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Local Position Y"
"tooltip": "When signaled, this will invoke Get Local PositionY"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Local Position Y is invoked"
"tooltip": "Signaled after Get Local PositionY is invoked"
},
"details": {
"name": "Get Local Position Y",
"tooltip": "Gets the Y position of the element relative to the center of the element's anchors"
"name": "Get Local PositionY"
},
"results": [
{

@ -5,8 +5,8 @@
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "InputHandler",
"category": "Input",
"name": "Input Handler",
"category": "Input/Input System",
"tooltip": "Handle processed input events found in input binding assets"
},
"slots": [

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "ALPHA::Getter",
"category": "Constants"
}
"name": "ALPHA"
},
"methods": [
{
"key": "GetALPHA",
"details": {
"name": "GetALPHA"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -0,0 +1,28 @@
{
"entries": [
{
"key": "AreaBlenderComponentTypeId",
"context": "Constant",
"variant": "",
"details": {
"name": "Area Blender Component Type Id"
},
"methods": [
{
"key": "GetAreaBlenderComponentTypeId",
"details": {
"name": "Get Area Blender Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AreaLightComponentTypeId::Getter",
"category": "Constants"
}
"name": "Area Light Component Type Id"
},
"methods": [
{
"key": "GetAreaLightComponentTypeId",
"details": {
"name": "Get Area Light Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AudioObstructionType_Ignore::Getter",
"category": "Constants"
}
"name": "Audio Obstruction Type_ Ignore"
},
"methods": [
{
"key": "GetAudioObstructionType_Ignore",
"details": {
"name": "Get Audio Obstruction Type_ Ignore"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AudioObstructionType_MultiRay::Getter",
"category": "Constants"
}
"name": "Audio Obstruction Type_ Multi Ray"
},
"methods": [
{
"key": "GetAudioObstructionType_MultiRay",
"details": {
"name": "Get Audio Obstruction Type_ Multi Ray"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AudioObstructionType_SingleRay::Getter",
"category": "Constants"
}
"name": "Audio Obstruction Type_ Single Ray"
},
"methods": [
{
"key": "GetAudioObstructionType_SingleRay",
"details": {
"name": "Get Audio Obstruction Type_ Single Ray"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AudioPreloadComponentLoadType_Auto::Getter",
"category": "Constants"
}
"name": "Audio Preload Component Load Type_ Auto"
},
"methods": [
{
"key": "GetAudioPreloadComponentLoadType_Auto",
"details": {
"name": "Get Audio Preload Component Load Type_ Auto"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AudioPreloadComponentLoadType_Manual::Getter",
"category": "Constants"
}
"name": "Audio Preload Component Load Type_ Manual"
},
"methods": [
{
"key": "GetAudioPreloadComponentLoadType_Manual",
"details": {
"name": "Get Audio Preload Component Load Type_ Manual"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "AxisAlignedBoxShapeComponentTypeId::Getter",
"category": "Constants"
}
"name": "Axis Aligned Box Shape Component Type Id"
},
"methods": [
{
"key": "GetAxisAlignedBoxShapeComponentTypeId",
"details": {
"name": "Get Axis Aligned Box Shape Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BRAVO::Getter",
"category": "Constants"
}
"name": "BRAVO"
},
"methods": [
{
"key": "GetBRAVO",
"details": {
"name": "GetBRAVO"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaDest::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Dest"
},
"methods": [
{
"key": "GetBlendFactor_AlphaDest",
"details": {
"name": "Get Blend Factor_ Alpha Dest"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaDestInverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Dest Inverse"
},
"methods": [
{
"key": "GetBlendFactor_AlphaDestInverse",
"details": {
"name": "Get Blend Factor_ Alpha Dest Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaSource::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Source"
},
"methods": [
{
"key": "GetBlendFactor_AlphaSource",
"details": {
"name": "Get Blend Factor_ Alpha Source"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaSource1::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Source 1"
},
"methods": [
{
"key": "GetBlendFactor_AlphaSource1",
"details": {
"name": "Get Blend Factor_ Alpha Source 1"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaSource1Inverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Source 1 Inverse"
},
"methods": [
{
"key": "GetBlendFactor_AlphaSource1Inverse",
"details": {
"name": "Get Blend Factor_ Alpha Source 1 Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaSourceInverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Source Inverse"
},
"methods": [
{
"key": "GetBlendFactor_AlphaSourceInverse",
"details": {
"name": "Get Blend Factor_ Alpha Source Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_AlphaSourceSaturate::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Alpha Source Saturate"
},
"methods": [
{
"key": "GetBlendFactor_AlphaSourceSaturate",
"details": {
"name": "Get Blend Factor_ Alpha Source Saturate"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorDest::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Dest"
},
"methods": [
{
"key": "GetBlendFactor_ColorDest",
"details": {
"name": "Get Blend Factor_ Color Dest"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorDestInverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Dest Inverse"
},
"methods": [
{
"key": "GetBlendFactor_ColorDestInverse",
"details": {
"name": "Get Blend Factor_ Color Dest Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorSource::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Source"
},
"methods": [
{
"key": "GetBlendFactor_ColorSource",
"details": {
"name": "Get Blend Factor_ Color Source"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorSource1::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Source 1"
},
"methods": [
{
"key": "GetBlendFactor_ColorSource1",
"details": {
"name": "Get Blend Factor_ Color Source 1"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorSource1Inverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Source 1 Inverse"
},
"methods": [
{
"key": "GetBlendFactor_ColorSource1Inverse",
"details": {
"name": "Get Blend Factor_ Color Source 1 Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_ColorSourceInverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Color Source Inverse"
},
"methods": [
{
"key": "GetBlendFactor_ColorSourceInverse",
"details": {
"name": "Get Blend Factor_ Color Source Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_Factor::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Factor"
},
"methods": [
{
"key": "GetBlendFactor_Factor",
"details": {
"name": "Get Blend Factor_ Factor"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_FactorInverse::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Factor Inverse"
},
"methods": [
{
"key": "GetBlendFactor_FactorInverse",
"details": {
"name": "Get Blend Factor_ Factor Inverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_Invalid::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Invalid"
},
"methods": [
{
"key": "GetBlendFactor_Invalid",
"details": {
"name": "Get Blend Factor_ Invalid"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_One::Getter",
"category": "Constants"
}
"name": "Blend Factor_ One"
},
"methods": [
{
"key": "GetBlendFactor_One",
"details": {
"name": "Get Blend Factor_ One"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendFactor_Zero::Getter",
"category": "Constants"
}
"name": "Blend Factor_ Zero"
},
"methods": [
{
"key": "GetBlendFactor_Zero",
"details": {
"name": "Get Blend Factor_ Zero"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_Add::Getter",
"category": "Constants"
}
"name": "Blend Op_ Add"
},
"methods": [
{
"key": "GetBlendOp_Add",
"details": {
"name": "Get Blend Op_ Add"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_Invalid::Getter",
"category": "Constants"
}
"name": "Blend Op_ Invalid"
},
"methods": [
{
"key": "GetBlendOp_Invalid",
"details": {
"name": "Get Blend Op_ Invalid"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_Maximum::Getter",
"category": "Constants"
}
"name": "Blend Op_ Maximum"
},
"methods": [
{
"key": "GetBlendOp_Maximum",
"details": {
"name": "Get Blend Op_ Maximum"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_Minimum::Getter",
"category": "Constants"
}
"name": "Blend Op_ Minimum"
},
"methods": [
{
"key": "GetBlendOp_Minimum",
"details": {
"name": "Get Blend Op_ Minimum"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_Subtract::Getter",
"category": "Constants"
}
"name": "Blend Op_ Subtract"
},
"methods": [
{
"key": "GetBlendOp_Subtract",
"details": {
"name": "Get Blend Op_ Subtract"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BlendOp_SubtractReverse::Getter",
"category": "Constants"
}
"name": "Blend Op_ Subtract Reverse"
},
"methods": [
{
"key": "GetBlendOp_SubtractReverse",
"details": {
"name": "Get Blend Op_ Subtract Reverse"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -0,0 +1,28 @@
{
"entries": [
{
"key": "BlockerComponentTypeId",
"context": "Constant",
"variant": "",
"details": {
"name": "Blocker Component Type Id"
},
"methods": [
{
"key": "GetBlockerComponentTypeId",
"details": {
"name": "Get Blocker Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BloomComponentTypeId::Getter",
"category": "Constants"
}
"name": "Bloom Component Type Id"
},
"methods": [
{
"key": "GetBloomComponentTypeId",
"details": {
"name": "Get Bloom Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "BoxShapeComponentTypeId::Getter",
"category": "Constants"
}
"name": "Box Shape Component Type Id"
},
"methods": [
{
"key": "GetBoxShapeComponentTypeId",
"details": {
"name": "Get Box Shape Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CHARLIE::Getter",
"category": "Constants"
}
"name": "CHARLIE"
},
"methods": [
{
"key": "GetCHARLIE",
"details": {
"name": "GetCHARLIE"
},
"results": [
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
]
}
]
}
]
}

@ -0,0 +1,28 @@
{
"entries": [
{
"key": "CUBE",
"context": "Constant",
"variant": "",
"details": {
"name": "CUBE"
},
"methods": [
{
"key": "GetCUBE",
"details": {
"name": "GetCUBE"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -0,0 +1,28 @@
{
"entries": [
{
"key": "CYLINDER",
"context": "Constant",
"variant": "",
"details": {
"name": "CYLINDER"
},
"methods": [
{
"key": "GetCYLINDER",
"details": {
"name": "GetCYLINDER"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CapsuleShapeComponentTypeId::Getter",
"category": "Constants"
}
"name": "Capsule Shape Component Type Id"
},
"methods": [
{
"key": "GetCapsuleShapeComponentTypeId",
"details": {
"name": "Get Capsule Shape Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "ConstantGradientComponentTypeId::Getter",
"category": "Constants"
}
"name": "Constant Gradient Component Type Id"
},
"methods": [
{
"key": "GetConstantGradientComponentTypeId",
"details": {
"name": "Get Constant Gradient Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CullMode_Back::Getter",
"category": "Constants"
}
"name": "Cull Mode_ Back"
},
"methods": [
{
"key": "GetCullMode_Back",
"details": {
"name": "Get Cull Mode_ Back"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CullMode_Front::Getter",
"category": "Constants"
}
"name": "Cull Mode_ Front"
},
"methods": [
{
"key": "GetCullMode_Front",
"details": {
"name": "Get Cull Mode_ Front"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CullMode_Invalid::Getter",
"category": "Constants"
}
"name": "Cull Mode_ Invalid"
},
"methods": [
{
"key": "GetCullMode_Invalid",
"details": {
"name": "Get Cull Mode_ Invalid"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CullMode_None::Getter",
"category": "Constants"
}
"name": "Cull Mode_ None"
},
"methods": [
{
"key": "GetCullMode_None",
"details": {
"name": "Get Cull Mode_ None"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "CylinderShapeComponentTypeId::Getter",
"category": "Constants"
}
"name": "Cylinder Shape Component Type Id"
},
"methods": [
{
"key": "GetCylinderShapeComponentTypeId",
"details": {
"name": "Get Cylinder Shape Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DecalComponentTypeId::Getter",
"category": "Constants"
}
"name": "Decal Component Type Id"
},
"methods": [
{
"key": "GetDecalComponentTypeId",
"details": {
"name": "Get Decal Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultLodOverride::Getter",
"category": "Constants"
}
"name": "Default Lod Override"
},
"methods": [
{
"key": "GetDefaultLodOverride",
"details": {
"name": "Get Default Lod Override"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultLodType::Getter",
"category": "Constants"
}
"name": "Default Lod Type"
},
"methods": [
{
"key": "GetDefaultLodType",
"details": {
"name": "Get Default Lod Type"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultMaterialAssignment::Getter",
"category": "Constants"
}
"name": "Default Material Assignment"
},
"methods": [
{
"key": "GetDefaultMaterialAssignment",
"details": {
"name": "Get Default Material Assignment"
},
"results": [
{
"typeid": "{C66E5214-A24B-4722-B7F0-5991E6F8F163}",
"details": {
"name": "AZ:: Render:: Material Assignment"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultMaterialAssignmentId::Getter",
"category": "Constants"
}
"name": "Default Material Assignment Id"
},
"methods": [
{
"key": "GetDefaultMaterialAssignmentId",
"details": {
"name": "Get Default Material Assignment Id"
},
"results": [
{
"typeid": "{EB603581-4654-4C17-B6DE-AE61E79EDA97}",
"details": {
"name": "AZ:: Render:: Material Assignment Id"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultMaterialAssignmentMap::Getter",
"category": "Constants"
}
"name": "Default Material Assignment Map"
},
"methods": [
{
"key": "GetDefaultMaterialAssignmentMap",
"details": {
"name": "Get Default Material Assignment Map"
},
"results": [
{
"typeid": "{50F6716F-698B-5A6C-AACD-940597FDEC24}",
"details": {
"name": "AZ Std::unordered_map"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultPhysicsSceneId::Getter",
"category": "Constants"
}
"name": "Default Physics Scene Id"
},
"methods": [
{
"key": "GetDefaultPhysicsSceneId",
"details": {
"name": "Get Default Physics Scene Id"
},
"results": [
{
"typeid": "{9F4E062E-06A0-46D4-85DF-E0DA96467D3A}",
"details": {
"name": "Crc 32"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DefaultPhysicsSceneName::Getter",
"category": "Constants"
}
"name": "Default Physics Scene Name"
},
"methods": [
{
"key": "GetDefaultPhysicsSceneName",
"details": {
"name": "Get Default Physics Scene Name"
},
"results": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DeferredFogComponentTypeId::Getter",
"category": "Constants"
}
"name": "Deferred Fog Component Type Id"
},
"methods": [
{
"key": "GetDeferredFogComponentTypeId",
"details": {
"name": "Get Deferred Fog Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DepthOfFieldComponentTypeId::Getter",
"category": "Constants"
}
"name": "Depth Of Field Component Type Id"
},
"methods": [
{
"key": "GetDepthOfFieldComponentTypeId",
"details": {
"name": "Get Depth Of Field Component Type Id"
},
"results": [
{
"typeid": "{E152C105-A133-4D03-BBF8-3D4B2FBA3E2A}",
"details": {
"name": "AZ:: Uuid"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DepthWriteMask_All::Getter",
"category": "Constants"
}
"name": "Depth Write Mask_ All"
},
"methods": [
{
"key": "GetDepthWriteMask_All",
"details": {
"name": "Get Depth Write Mask_ All"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DepthWriteMask_Invalid::Getter",
"category": "Constants"
}
"name": "Depth Write Mask_ Invalid"
},
"methods": [
{
"key": "GetDepthWriteMask_Invalid",
"details": {
"name": "Get Depth Write Mask_ Invalid"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

@ -5,9 +5,24 @@
"context": "Constant",
"variant": "",
"details": {
"name": "DepthWriteMask_Zero::Getter",
"category": "Constants"
}
"name": "Depth Write Mask_ Zero"
},
"methods": [
{
"key": "GetDepthWriteMask_Zero",
"details": {
"name": "Get Depth Write Mask_ Zero"
},
"results": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "int"
}
}
]
}
]
}
]
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save