LoginSignup
3
2

More than 5 years have passed since last update.

Actor Sequence Editor Plugin #UE4Study

Last updated at Posted at 2017-02-15

Actor Sequence Editor Plugin

概要

4.15で追加されたBlueprintにSequencerの要素を試してみる。
Actor Blueprint

Actor Blueprint Viewport

Plugin:Actor Sequence Editorを有効にする

ブループリント:BP_ActoreSequence(親:Actor)を作成する
コンポーネントでsequenceと検索するが、何も出てこない
image

編集->Plugins
image

Sequenceで検索する
Actor Sequence EditorのEnabledをチェック
image

はいをクリック
image

Restart Nowをクリック
image

BP_ActoreSequcneを開いて、コンポーネントでsequenceを検索する
Actor Sequenceを追加する
image

詳細の Open in TabをクリックするとSequenceタブが表示される
image

コンポーネントを追加してSequencerを設定する

コンポーネントを追加する
image

追加したコンポーネントをSequencerに追加する
image

トラックを追加する
image

キーを設定して、Playbackの詳細を設定する
image

画面に追加してからプレイして確認する
image

イベントグラフからBegin Playで実行するようにする

AutoPlayが無効の時にBlueprintから実行させることも出来る
image

他ブループリントクラスからの呼び出し

image

image

レベルブループリントで実行させる

レベルブループリントを開く
image

キーイベントで実行させると動作する
image

レベルブループリントでBeginPlayから呼び出すとエラーになった。
タイミングの問題なのだろうか
image

PIE:Error: エラー Blueprint Runtime Error: Accessed None trying to read property SequencePlayer from function: 'ExecuteUbergraph_Untitled' from node: Play Looping in graph: EventGraph in object: Untitled with description: Accessed None trying to read property SequencePlayer

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2