{"id":1399,"date":"2023-08-05T15:57:37","date_gmt":"2023-08-05T06:57:37","guid":{"rendered":"https:\/\/colory-games.net\/site\/?p=1399"},"modified":"2023-11-04T15:52:35","modified_gmt":"2023-11-04T06:52:35","slug":"uefn-verse-programming-begginner-data-type","status":"publish","type":"post","link":"https:\/\/colory-games.net\/site\/uefn-verse-programming-begginner-data-type\/","title":{"rendered":"[UEFN] \u306f\u3058\u3081\u3066\u306eVerse\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0 &#8211; \u30c7\u30fc\u30bf\u578b"},"content":{"rendered":"\n<div class=\"wp-block-jetpack-markdown\"><p>Verse\u8a00\u8a9e\u3067\u306f\u3001\u6b21\u306e\u3088\u3046\u306a\u5909\u6570\u306e\u30c7\u30fc\u30bf\u578b\u304c\u5229\u7528\u3067\u304d\u307e\u3059\u3002<br>\n\u53c2\u8003\u306e\u305f\u3081\u3001\u5bfe\u5fdc\u3059\u308bC++\u306e\u578b\u3082\u4e00\u7dd2\u306b\u793a\u3057\u307e\u3059\u3002<\/p>\n<table>\n<thead>\n<tr>\n<th>\u578b<\/th>\n<th>\u610f\u5473<\/th>\n<th>\u5bfe\u5fdc\u3059\u308bC++\u306e\u578b<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>logic<\/code><\/td>\n<td>\u30d6\u30fc\u30eb\u5024\u3067\u3001<code>true<\/code>\uff08\u771f\uff09\u3068 <code>false<\/code>\uff08\u507d\uff09\u306e2\u3064\u306e\u5024\u3092\u8868\u3057\u307e\u3059<\/td>\n<td><code>bool<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>int<\/code><\/td>\n<td>\u6574\u6570\u5024\u3092\u8868\u3057\u307e\u3059<\/td>\n<td><code>int<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>float<\/code><\/td>\n<td>\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u306e\u5024\u3092\u8868\u3057\u307e\u3059\uff08Verse\u8a00\u8a9e\u3067\u306f\u3001IEEE 64bit float\u306b\u306a\u308a\u307e\u3059\uff09<\/td>\n<td><code>double<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>char<\/code><\/td>\n<td>1\u6587\u5b57\uff08\u5024\u304c256\u307e\u3067\u306e\u5358\u4e00\u306eUTF-8\u30b3\u30fc\u30c9\uff09\u3092\u8868\u3057\u307e\u3059<\/td>\n<td><code>char<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>char32<\/code><\/td>\n<td>1\u6587\u5b57\uff08\u5358\u4e00\u306eUTF-8\u30b3\u30fc\u30c9\uff09\u3092\u8868\u3057\u307e\u3059<\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td><code>string<\/code><\/td>\n<td>\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059\uff08<code>char<\/code> \u3082\u3057\u304f\u306f <code>char32<\/code> \u306e\u914d\u5217\u306b\u5bfe\u3059\u308b\u30a8\u30a4\u30ea\u30a2\u30b9\u3067\u3059\uff09<\/td>\n<td><code>char[]<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>rational<\/code><\/td>\n<td>\u6574\u6570\u306e\u9664\u7b97\u7d50\u679c\u3092\u8868\u3057\u307e\u3059<\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td><code>any<\/code><\/td>\n<td>\u4efb\u610f\u306e\u578b\u3092\u8868\u3057\u307e\u3059<\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td><code>comparable<\/code><\/td>\n<td>\u5024\u3092\u6bd4\u8f03\u53ef\u80fd\u306a\u578b\u3092\u8868\u3057\u307e\u3059<\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td><code>void<\/code><\/td>\n<td>\u30c7\u30fc\u30bf\u304c\u5b58\u5728\u3057\u306a\u3044\uff0f\u4e0d\u5b9a\u3067\u3042\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059<\/td>\n<td><code>void<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u305d\u308c\u305e\u308c\u306e\u5909\u6570\u306e\u578b\u306b\u3064\u3044\u3066\u3001\u5909\u6570\u3092\u5b9a\u7fa9\u3059\u308bVerse\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u793a\u3057\u307e\u3059\u3002<br>\n<code>rational<\/code>\u3001<code>any<\/code>\u3001<code>comparable<\/code>\u3001<code>void<\/code> \u306b\u3064\u3044\u3066\u306f\u3001\u73fe\u5728\u306e\u77e5\u8b58\u3067\u306f\u5229\u7528\u5834\u9762\u304c\u306a\u3044\u305f\u3081\u7701\u7565\u3057\u307e\u3059\u3002<br>\n<code>char<\/code> \u3068 <code>char32<\/code> \u578b\u306e\u521d\u671f\u5024\u3068\u306a\u308b1\u6587\u5b57\u3092\u6307\u5b9a\u3059\u308b\u3068\u304d\u306f\u3001\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\uff08<code>'<\/code>\uff09\u3067\u56f2\u3046\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\n\u4e00\u65b9\u3067 <code>string<\/code> \u578b\u306e\u521d\u671f\u5024\u306f\u6587\u5b57\u5217\u3068\u306a\u308b\u305f\u3081\u3001\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\uff08<code>&quot;<\/code>\uff09\u3067\u56f2\u3046\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n<pre><code class=\"language-verse\">var LogicVar : logic = false\nvar IntVar : int = 5\nvar FloatVar : float = 3.5\nvar CharVar : char = 'b'\nvar Char32Var : char32 = '\u3044'\nvar StringVar : string = &quot;Hello, Verse Programming!&quot;\n<\/code><\/pre>\n<p>\u306a\u304a <code>int<\/code>\u3001<code>float<\/code>\u3001<code>char<\/code>\u3001<code>string<\/code> \u3092\u9664\u3044\u3066\u3001\u305d\u306e\u307e\u307e\u3067\u306f\u6587\u5b57\u5217\u306b\u5909\u6570\u306e\u5024\u3092\u57cb\u3081\u8fbc\u3081\u307e\u305b\u3093\u3002<\/p>\n<p>\u4ee5\u4e0a\u304c\u3001Verse\u306e\u30c7\u30fc\u30bf\u578b\u306e\u8aac\u660e\u3067\u3059\u3002<\/p>\n<p>\u305d\u306e\u4ed6\u3001<strong>UEFN\u306eVerse\u306b\u95a2\u3059\u308b\u60c5\u5831\u306f\u3001\u4ee5\u4e0b\u306e\u8a18\u4e8b\u306b\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002<\/strong><br>\n\r\n  <div class=\"blogcard\">\r\n    <div class=\"blogcard__left\">\r\n      <a href=\"https:\/\/colory-games.net\/site\/uefn-verse-programming-begginer\/\" target=\"_blank\" class=\"blogcard__link\">\r\n        <div class=\"blogcard__thumbnail\">\r\n          <figure><img width=\"1106\" height=\"693\" src=\"https:\/\/i0.wp.com\/colory-games.net\/site\/wp-content\/uploads\/tech-blog\/nutti\/2023\/04\/20230422\/place_created_device.png?resize=1106%2C693&#038;ssl=1\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/colory-games.net\/site\/wp-content\/uploads\/tech-blog\/nutti\/2023\/04\/20230422\/place_created_device.png?w=1106&amp;ssl=1 1106w, https:\/\/i0.wp.com\/colory-games.net\/site\/wp-content\/uploads\/tech-blog\/nutti\/2023\/04\/20230422\/place_created_device.png?resize=300%2C188&amp;ssl=1 300w, https:\/\/i0.wp.com\/colory-games.net\/site\/wp-content\/uploads\/tech-blog\/nutti\/2023\/04\/20230422\/place_created_device.png?resize=1024%2C642&amp;ssl=1 1024w, https:\/\/i0.wp.com\/colory-games.net\/site\/wp-content\/uploads\/tech-blog\/nutti\/2023\/04\/20230422\/place_created_device.png?resize=768%2C481&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" \/><\/figure>\r\n        <\/div>\r\n      <\/a>\r\n    <\/div>\r\n    <div class=\"blogcard__right\">\r\n      <a href=\"https:\/\/colory-games.net\/site\/uefn-verse-programming-begginer\/\" target=\"_blank\" class=\"blogcard__link\">\r\n        <div class=\"blogcard__title\">[UEFN] \u306f\u3058\u3081\u3066\u306eVerse\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0<\/div>\r\n      <\/a>\r\n      <div class=\"blogcard__excerpt\">Verse\u306fEpic Games\u304c\u958b\u767a\u3057\u305f\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u8a00\u8a9e\u3067\u3001Fortnite\u30af\u30ea\u30a8\u30a4\u30bf\u30fc\u304c\u4ed5\u639b\u3051\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002  \nFortnite\u7528\u306eUnreal Engine\uff08UEFN\uff09\u3067\u72ec\u81ea\u306e\u30b2\u30fc\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\n\nColory Games\u306eTech Blog\u3067\u306f\u3001Verse\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306b\u95a2\u3057\u3066\u4e00\u304b\u3089\u521d\u5fc3\u8005\u304c\u5b66\u3079\u308b\u3088\u3046\u306b\u3001\u8907\u6570\u306e\u8a18\u4e8b\u3092\u63b2\u8f09\u3057\u3066\u3044\u307e\u3059\u3002<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Verse\u8a00\u8a9e\u306b\u304a\u3051\u308b\u30c7\u30fc\u30bf\u578b\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"templates\/single-home-techblog.php","format":"standard","meta":{"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":false,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[129,131],"tags":[],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/posts\/1399"}],"collection":[{"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/comments?post=1399"}],"version-history":[{"count":2,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/posts\/1399\/revisions"}],"predecessor-version":[{"id":1480,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/posts\/1399\/revisions\/1480"}],"wp:attachment":[{"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/media?parent=1399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/categories?post=1399"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/colory-games.net\/site\/wp-json\/wp\/v2\/tags?post=1399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}