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

#include <ModulationMatrix.h>

Public Member Functions

 FPatch ()
 
 FPatch (const FPatchSource &InSourceId, const FPatchDestination &InDestinationId)
 
void SetName (const FString &InName)
 

Public Attributes

FPatchSource Source
 
TArray< FPatchDestinationDestinations
 
FString Name
 
bool bEnabled
 

Constructor & Destructor Documentation

◆ FPatch() [1/2]

Audio::FPatch::FPatch ( )
inline

◆ FPatch() [2/2]

Audio::FPatch::FPatch ( const FPatchSource InSourceId,
const FPatchDestination InDestinationId 
)
inline

Member Function Documentation

◆ SetName()

void Audio::FPatch::SetName ( const FString &  InName)
inline

Member Data Documentation

◆ bEnabled

bool Audio::FPatch::bEnabled

◆ Destinations

TArray<FPatchDestination> Audio::FPatch::Destinations

◆ Name

FString Audio::FPatch::Name

◆ Source

FPatchSource Audio::FPatch::Source

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