CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
AtomRuntime.h ファイル
#include "CoreMinimal.h"
#include "UObject/Class.h"
#include "UObject/StrongObjectPtr.h"
#include "Subsystems/SubsystemCollection.h"
#include "HAL/PlatformMisc.h"
#include "DSP/MultithreadedPatching.h"
#include "Containers/Queue.h"
#include "Runtime/Launch/Resources/Version.h"
#include "CriWare.h"
#include "CriWareApi.h"
#include "CriWareUtils.h"
#include "CriWareCoreSettings.h"
#include "AtomThread.h"
#include "AtomEngineSubsystem.h"
#include "AtomRuntimeManager.h"
#include "AtomListener.h"
#include "AtomVolume.h"
#include "AtomComponent.h"
#include "AtomSoundClass.h"
#include "AtomConcurrency.h"
#include "Extensions/IAtomExtensionPlugin.h"
#include "Extensions/IAtomRuntimePlugin.h"
#include "Extensions/IAtomEndpoint.h"
#include "Extensions/IManaRuntime.h"
#include "AtomVirtualLoop.h"
#include "Mixer/AtomMixer.h"
#include "Mixer/Quartz/AtomMixerClockManager.h"
#include "AtomQuartzQuantizationUtilities.h"

クラス

struct  Atom::FSubmixMap
struct  Atom::FVoicePool
struct  FAtomGlobalFocusSettings
struct  FAtomRackState
class  FAtomRuntime
struct  FAtomRuntime::FAtomBusOutputParams
struct  FAtomRuntime::FAtomClassDebugInfo
struct  FAtomRuntime::FAtomRackInitParams
struct  FAtomRuntime::FAtomSoundfieldRackInitParams
struct  FAtomRuntime::FBusEffectToUpdateInfo
struct  FAtomRuntime::FCreateComponentParams
struct  FCriWarePlatformAtomConfig< T >

名前空間

namespace  Atom
namespace  AtomModulation

型定義

typedef TSharedPtr< FAtomExPlayerGroup, ESPMode::ThreadSafe > Atom::FMixerPlayerGroupPtr
typedef TSharedPtr< FMixerSubmix, ESPMode::ThreadSafe > Atom::FMixerSubmixPtr
typedef TWeakPtr< FMixerSubmix, ESPMode::ThreadSafe > Atom::FMixerSubmixWeakPtr

列挙型

enum class  EAtomDebugState : uint8 {
  None , TestLPF , TestHPF , DisableLPF ,
  DisableHPF , MAX
}
enum class  EAtomRackState : uint8 {
  Inactive , FadingIn , Active , FadingOut ,
  AwaitingRemoval
}
enum class  ESortedActivePlaybackGetType : uint8 { FullUpdate , PausedUpdate , QueryOnly }

関数

static const TCHAR * GetString (EAtomRackState InState)

列挙型詳解

◆ EAtomDebugState

enum class EAtomDebugState : uint8
strong

Debug state of the Atom system

列挙値
None 
TestLPF 
TestHPF 
DisableLPF 
DisableHPF 
MAX 

◆ EAtomRackState

enum class EAtomRackState : uint8
strong

Current state of a Rack

列挙値
Inactive 
FadingIn 
Active 
FadingOut 
AwaitingRemoval 

◆ ESortedActivePlaybackGetType

enum class ESortedActivePlaybackGetType : uint8
strong
列挙値
FullUpdate 
PausedUpdate 
QueryOnly 

関数詳解

◆ GetString()

const TCHAR * GetString ( EAtomRackState InState)
static