小海盗 发表于 2025-3-27 16:47:48

GraphQL with Blueprints 适配UE5.0查询语言代码




Our Discord support team has 10 years of experience in aws, linux, macOS, iOS, android, windows, and cloud technology.

GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

You may want to access your lambda functions or dynamodb tables in your dedicated server. but expose your access key id and secret key to access lambda and dynamodb directly is unsafe because unreal will package it into your client too. So, here comes AppSync, you can access lambda function and dynamodb tables with graphQL. with WAF, you can limit only access requests from aws servers will be accepted and the others will be dropped. safe and easy.

With this plugin, you can subscribe a subscription query in graphql. So that you don't need to query dynamodb table in every tens of seconds. you can subscribe update, create and delete event to track the modifications to dynamodb tables.

When you create your game, you may want player know his friends' state, whether he is online or not. and want to get invitation pops up immediately when it's sent. This is made possible through communicating to dynamodb or rds tables through graphql.

it supports API Key, OIDC and cognito user pool, IAM as credential.

all nodes are latency functions and multi-thread support.

which also means you can't use them in normal function. you can use them in blueprint graph and macros.

技术细节
Features:
send GraphQL request
Code Modules:
GraphQL
Number of Blueprints: 1
Number of C++ Classes: 1
Network Replicated: No
Supported Development Platforms: Win64 / Linux / Mac
Supported Target Build Platforms: Win64 / Linux / Mac / Android / iOS


我们的 Discord 支持团队在 aws、linux、macOS、iOS、android、windows 和云技术方面拥有 10 年的经验。

GraphQL 是一种用于 API 的查询语言,也是使用您为数据定义的类型系统执行查询的服务器端运行时。 GraphQL 不与任何特定的数据库或存储引擎绑定,而是由您现有的代码和数据支持。

您可能希望在专用服务器中访问 lambda 函数或 dynamodb 表。 但公开您的访问密钥 ID 和密钥以直接访问 lambda 和 dynamodb 是不安全的,因为虚幻也会将其打包到您的客户端中。 因此,有了 AppSync,您可以使用 graphQL 访问 lambda 函数和 dynamodb 表。 使用 WAF,您可以限制只接受来自 aws 服务器的访问请求,其他请求将被丢弃。 安全又简单。

使用此插件,您可以在 graphql 中订阅订阅查询。这样您就不需要每隔几十秒就查询一次 dynamodb 表。您可以订阅更新、创建和删除事件来跟踪对 dynamodb 表的修改。

当您创建游戏时,您可能希望玩家知道他的朋友的状态,无论他是否在线。并希望在发送邀请时立即弹出。这可以通过 graphql 与 dynamodb 或 rds 表通信来实现。

它支持 API 密钥、OIDC 和 cognito 用户池、IAM 作为凭证​​。

所有节点都是延迟函数和多线程支持。

这也意味着您不能在正常函数中使用它们。您可以在蓝图和宏中使用它们。

技术细节
功能:
发送 GraphQL 请求
代码模块:
GraphQL [运行时]
蓝图数量:1
C++ 类数量:1
网络复制:否
支持的开发平台:Win64 / Linux / Mac
支持的目标构建平台:Win64 / Linux / Mac / Android / iOS



页: [1]
查看完整版本: GraphQL with Blueprints 适配UE5.0查询语言代码