Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ContentStreaming.h | |||
FAudioChunkHandle
(
const FAudioChunkHandle& Other |
ContentStreaming.h | ||
FAudioChunkHandle
(
FAudioChunkHandle&& Other |
ContentStreaming.h | ||
FAudioChunkHandle
(
const uint8* InData, |
This constructor should only be called by an implementation of IAudioStreamingManager. | ContentStreaming.h |
FAudioChunkHandle()
| Name | FAudioChunkHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
FAudioChunkHandle()
FAudioChunkHandle(const FAudioChunkHandle &)
| Name | FAudioChunkHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
FAudioChunkHandle
(
const FAudioChunkHandle & Other
)
FAudioChunkHandle(FAudioChunkHandle &&)
| Name | FAudioChunkHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
FAudioChunkHandle
(
FAudioChunkHandle && Other
)
FAudioChunkHandle(const uint8 *, uint32, const FSoundWaveProxyPtr &, const FName &, uint32, uint64)
Description
This constructor should only be called by an implementation of IAudioStreamingManager.
| Name | FAudioChunkHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
FAudioChunkHandle
(
const uint8 * InData,
uint32 NumBytes,
const FSoundWaveProxyPtr & InSoundWave,
const FName & SoundWaveName,
uint32 InChunkIndex,
uint64 InCacheLookupID
)