Create Rooted Atom Component
Identifier
CreateRootedAtomComponent
Description
レベルがアンロードされても破棄されないAtomComponentを作成します。
AtomComponentの作成のみを行い、発音は行いません。
任意のタイミングでキューを設定し、発音を開始してください。
活用例: AISACコントロール値の指定など、発音開始前に設定が必要な音声をレベルをまたいで再生したい場合...等
Target is Atom Statics

Cosmetic. This event is only for cosmetic, non-gameplay actions.

nd_img_AtomStatics_CreateRootedAtomComponent.png
Inputs
Arg Description
In
Exec
Auto Destroy
Boolean
再生が完了したとき自動的にオブジェクトを削除するかどうか指定します。
Outputs
Arg Description
Out
Exec
Return Value
Atom Component Object Reference
レベルがアンロードされても破棄されないAtomComponentのリファレンスが返ります。