Spawn Atom Sound at Location by Name
Identifier
SpawnAtomSoundAtLocationByName
Description
在指定位置上配置声源并播放Cue。
返回正在播放的AtomComponent,可用于停止播放中的循环声音。
使用本函数配置的声源不追踪任何Actor。
此为指定Cue Sheet和Cue名的版本。
注意:不使用Culling功能和Economic Tick功能。
Target is Atom Statics
nd_img_AtomStatics_SpawnAtomSoundAtLocationByName.png
Inputs
Arg Description
In
Exec
Cue Sheet
Sound Atom Cue Sheet Object Reference
指定Atom Cue Sheet。
Cue Name
String
指定Cue名。
Location
Vector
指定配置声源的坐标。
Params
Atom Component Params Structure (by ref)
指定已设置任意参数的AtomComponentParams结构体。
Auto Destroy
Boolean
指定播放完成时是否自动删除对象。
Outputs
Arg Description
Out
Exec
Return Value
Atom Component Object Reference
返回播放指定的Cue的AtomComponent的参照。