UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FSoundFileChunkInfoWrapper Class Reference

#include <SoundFile.h>

Public Member Functions

 FSoundFileChunkInfoWrapper ()=default
 
 ~FSoundFileChunkInfoWrapper ()=default
 
 FSoundFileChunkInfoWrapper (const FSoundFileChunkInfoWrapper &Other)=delete
 
FSoundFileChunkInfoWrapperoperator= (const FSoundFileChunkInfoWrapper &Other)=delete
 
 FSoundFileChunkInfoWrapper (FSoundFileChunkInfoWrapper &&Other) noexcept
 
FSoundFileChunkInfoWrapperoperator= (FSoundFileChunkInfoWrapper &&Other) noexcept
 
void AllocateChunkData ()
 
FSoundFileChunkInfoGetPtr ()
 
const FSoundFileChunkInfoGetPtr () const
 

Detailed Description

FSoundFileChunkInfoWrapper wraps FSoundFileChunkInfo and manages chunk data memory.

Constructor & Destructor Documentation

◆ FSoundFileChunkInfoWrapper() [1/3]

Audio::FSoundFileChunkInfoWrapper::FSoundFileChunkInfoWrapper ( )
default

◆ ~FSoundFileChunkInfoWrapper()

Audio::FSoundFileChunkInfoWrapper::~FSoundFileChunkInfoWrapper ( )
default

◆ FSoundFileChunkInfoWrapper() [2/3]

Audio::FSoundFileChunkInfoWrapper::FSoundFileChunkInfoWrapper ( const FSoundFileChunkInfoWrapper Other)
delete

◆ FSoundFileChunkInfoWrapper() [3/3]

Audio::FSoundFileChunkInfoWrapper::FSoundFileChunkInfoWrapper ( FSoundFileChunkInfoWrapper &&  Other)
inlinenoexcept

Member Function Documentation

◆ AllocateChunkData()

void Audio::FSoundFileChunkInfoWrapper::AllocateChunkData ( )
inline

◆ GetPtr() [1/2]

FSoundFileChunkInfo * Audio::FSoundFileChunkInfoWrapper::GetPtr ( )
inline

◆ GetPtr() [2/2]

const FSoundFileChunkInfo * Audio::FSoundFileChunkInfoWrapper::GetPtr ( ) const
inline

◆ operator=() [1/2]

FSoundFileChunkInfoWrapper & Audio::FSoundFileChunkInfoWrapper::operator= ( const FSoundFileChunkInfoWrapper Other)
delete

◆ operator=() [2/2]

FSoundFileChunkInfoWrapper & Audio::FSoundFileChunkInfoWrapper::operator= ( FSoundFileChunkInfoWrapper &&  Other)
inlinenoexcept

The documentation for this class was generated from the following file: