PaperSloth’s diary

主にゲーム開発関連についての記事を書きます。

2018-09-01から1ヶ月間の記事一覧

UE4 C++でTimerを使用した処理の書き方

環境 SetTimer by Eventについて Unreal C++での実装について FTimerManagerについて SetTimerについて タイマーの停止、再開について タイマーの終了処理について 引数付きの関数を渡す場合について 参考資料 環境 ・Visual Studio Community 2017 ・Unreal…

VisualStudio UE4のCode Snippets登録について

環境 Code Snippetsについて UE4のCode Snippetsについて Code Snippetsのインポート方法 Code Snippetsの使い方 参考資料 環境 ・Visual Studio Community 2017 ・Unreal Engine4 git release branch(4.20.2) Code Snippetsについて 簡単に言ってしまうとよ…

UE4 UFUNCTIONの種類について

環境 概要 C++関数とBlueprintの連携について BlueprintCallable BlueprintPure BlueprintImplementableEvent BlueprintNativeEvent その他 Categoryの階層構造について 参照について 空のUFUNCION()について コードスニペットについて 参考資料 環境 ・Visu…