![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "AudioResampler.h"#include "UObject/ObjectMacros.h"#include "UObject/Object.h"#include "UObject/WeakObjectPtr.h"#include "UObject/WeakObjectPtrTemplates.h"#include "HAL/ThreadSafeBool.h"#include "Containers/Queue.h"#include "Misc/ScopeLock.h"Go to the source code of this file.
Classes | |
| class | FSoundEffectBase |
| #define EFFECT_PRESET_METHODS | ( | EFFECT_NAME | ) |
| #define EFFECT_PRESET_NAME | ( | CLASS_NAME | ) | EFFECT_PRESET_NAME1(CLASS_NAME, Preset) |
| #define EFFECT_PRESET_NAME1 | ( | CLASS_NAME, | |
| SUFFIX | |||
| ) | EFFECT_PRESET_NAME2(CLASS_NAME, SUFFIX) |
| #define EFFECT_PRESET_NAME2 | ( | CLASS_NAME, | |
| SUFFIX | |||
| ) | U ## CLASS_NAME ## SUFFIX |
| #define EFFECT_SETTINGS_NAME | ( | CLASS_NAME | ) | EFFECT_SETTINGS_NAME1(CLASS_NAME, Settings) |
| #define EFFECT_SETTINGS_NAME1 | ( | CLASS_NAME, | |
| SUFFIX | |||
| ) | EFFECT_SETTINGS_NAME2(CLASS_NAME, SUFFIX) |
| #define EFFECT_SETTINGS_NAME2 | ( | CLASS_NAME, | |
| SUFFIX | |||
| ) | F ## CLASS_NAME ## SUFFIX |
| #define GET_EFFECT_SETTINGS | ( | EFFECT_NAME | ) |