ue/book/default/README.md

26 lines
1.0 KiB
Markdown
Raw Normal View History

2025-02-05 20:06:39 +09:00
# default
## 本書の目的
ue5でゲームを作成するまでの過程をまとめます。
主に`example`形式で記述し、実行するとその通りの結果になることを目指します。
|name|latest|body|
|---|---|---|
|[unreal engine](https://dev.epicgames.com/documentation/ja-jp/unreal-engine/unreal-engine-5.5-release-notes)|5.5.3|ゲームエンジン|
## 使用するタグ
```html
# youtube
## https://www.youtube.com/embed/${id}?start=0&end=10&mute=1&rel=0&showinfo=0&controls=0
<iframe width="100%" height="415" src="https://www.youtube.com/embed/?start=0&end=10&mute=1&rel=0&showinfo=0&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
```
```html
# blueprint
## https://blueprintue.com/render/${id}/${n}
<iframe src="https://blueprintue.com/render/" scrolling="no" allowfullscreen style="width:100%;height:400px"></iframe>
```