× |
以下是更新API后所引起的迁移问题。
before | after |
---|---|
EAtomLoopSettingID::DefaultLoop | EAtomLoopSetting::Inherited |
EAtomLoopSettingID::ForceLoop | EAtomLoopSetting::Loop |
EAtomLoopSettingID::IgnoreLoop | EAtomLoopSetting::OneShot |
CRIWARE API | 于未加载Raw ACB Data时调用时的动作 |
---|---|
UAtomComponent::Play 函数 | 完成加载前阻碍调用线程,完成加载后发出声音播放请求。 |
USoundAtomCueSheet::Get 系列函数 | 完成加载前阻碍调用线程,完成加载后返回信息 |
USoundAtomCue::Get 系列函数 | 完成加载前阻碍调用线程,完成加载后返回信息 |
CRIWARE API | 于未加载Raw ACB Data时调用时的动作 |
---|---|
UAtomComponent::Play 函数 | 即时返回型函数。UAtomComponent对象转换为Prep状态,调用Raw ACB Data的异步加载并返回调用线程。UAtomComponent对象在检测到加载完成后发出声音播放请求。 |
USoundAtomCueSheet::Get 系列函数 | 即时返回型函数。没有加载Raw ACB Data 时,则返回无效值。 |
USoundAtomCue::Get 系列函数 | 即时返回型函数。没有加载Raw ACB Data 时,则返回无效值。 |