クラス | 非推奨 API | 代替 API | 種類 | どのバージョンから非推奨か |
UCriWareInitializer | static float GetEconomicTickMarginDistance() | GetEconomicTickDistanceMargin() | C++ Function | v1.27.11.00 |
UCriWareInitializer | static float GetCullingMarginDistance() | GetCullDistanceMargin() | C++ Function | v1.27.11.00 |
UAtomComponent | float GetCurrentMaxAttenuationDistance() const | GetMaxAttenuationDistance() | C++/BP Function | v1.27.11.00 |
UAtomComponent | float GetCurrentCullingMarginDistance() const | GetCullDistanceMargin() | C++/BP Function | v1.27.11.00 |
UAtomComponent | float GetCurrentCullingBoundaryDistance() const | GetCullDistance() | C++/BP Function | v1.27.11.00 |
UAtomComponent | UAtomSoundObject* DefaultSoundObject | SoundObject | Property | v1.27.11.00 |
UAtomComponent | static void SetDefaultAttenuationEnable() | AttenuationOverrides | C++ Function –> Property | v1.27.11.00 |
UAtomComponent | static bool GetDefaultAttenuationEnable() | AttenuationOverrides | C++ Function –> Property | v1.27.11.00 |
UAtomComponent | bool HasBeenEconomicTick() | IsReducingTickFrequency() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | bool bEconomicTick | IsEconomicTickEnabled(), EnableEconomicTick() | Property –> C++/BP Function | v1.27.11.00 |
USoundAtomCue | float EconomicTickMarginDistance | EconomicTickDistanceMargin | Property | v1.27.11.00 |
USoundAtomCue | bool bLoopSettingByAtomCraft | USoundAtomCueSheet::GetCueInfoFromName() | Property | v1.27.11.00 |
USoundAtomCue | bool bCullingSoundPlayingProcessByDistance | EnableDistanceCulling(), IsDistanceCullingEnabled() | Property | v1.27.11.00 |
USoundAtomCue | bool bOverrideCullingSettings | bOverrideCullSettings | Property | v1.27.11.00 |
USoundAtomCue | float CullingMarginDistance | CullDistanceMargin | Property | v1.27.11.00 |
USoundAtomCue | bool bUseLegacyCullingSettings | bEnableDistanceCulling | Property | v1.27.11.00 |
USoundAtomCue | float MaxProcessDistance | CullDistanceMargin | Property | v1.27.11.00 |
USoundAtomCue | bool IsLoop() | IsLooping() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | bool bLoop | SetLoopSetting(), GetLoopSetting() | Property | v1.27.11.00 |
USoundAtomCue | USoundAttenuation* DefaultAttenuation | AttenuationSettings | Property | v1.27.11.00 |
USoundAtomCue | float GetEconomicTickMarginDistanceToUse() const | GetEconomicTickDistanceMarginToApply() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | float GetEconomicTickBoundaryDistanceToUse() const | GetEconomicTickDistance() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | float GetEconomicTickFrequencyToUse() const | GetEconomicTickFrequencyToApply() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | float GetMaxAttenuationDistanceToUse() const | GetMaxAttenuationDistanceToApply() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | float GetCullingMarginDistanceToUse() const | GetCullDistanceMarginToApply() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | float GetCullingBoundaryDistanceToUse() const | GetCullDistance() | C++/BP Function | v1.27.11.00 |
USoundAtomCue | bool IsEconomicTickEnabled() const | GetEnableEconomicTick() in BP | BP Function –> C++ Function | v1.27.11.00 |
USoundAtomCue | float GetMaxAcbAttenuationDistance() const | USoundAtomCueSheet::GetCueInfoFromName() | C++ Function | v1.27.11.00 |
USoundAtomCue | float GetMinACbAttenuationDistance() const | USoundAtomCueSheet::GetCueInfoFromName() | C++ Function | v1.27.11.00 |
USoundAtomCueSheet | static void ReleaseAcb(FName AcbName) | None (This function has had no effect before.) | C++/BP Function | v1.27.11.00 |
USoundAtomCueSheet | static void AttachDspBusSetting(FString SettingName) | AtomAsrRack::AttachDspBusSetting() | C++/BP Function | v1.27.11.00 |
USoundAtomCueSheet | static void DetachDspBusSetting() | AtomAsrRack::DetachDspBusSetting() | C++/BP Function | v1.27.11.00 |
USoundAtomCueSheet | static void ApplyDspBusSnapshot(FString SnapshotName, int32 Milliseconds) | AtomAsrRack::ApplyDspBusSnapshot() | C++/BP Function | v1.27.11.00 |
UAtomStatics | static void UpdateDistanceFactorForAllSounds(float ArgDistanceFactor) | None | C++/BP Function | v1.27.11.00 |
EAtomLoopSettingID | DefaultLoop | EAtomLoopSetting::Inherited | UENUM | v1.27.11.00 |
EAtomLoopSettingID | ForceLoop | EAtomLoopSetting::Loop | UENUM | v1.27.11.00 |
EAtomLoopSettingID | IgnoreLoop | EAtomLoopSetting::OneShot | UENUM | v1.27.11.00 |