Spawn Atom Sound at Location
Identifier
SpawnAtomSoundAtLocation
Description
在指定位置上配置声源并播放Cue。
返回正在播放的AtomComponent,可用于停止播放中的循环声音。
使用本函数配置的声源不追踪任何Actor。
Target is Atom Statics
nd_img_AtomStatics_SpawnAtomSoundAtLocation.png
Inputs
Arg Description
In
Exec
Sound
Sound Atom Cue Object Reference
指定Atom 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的参照。