USoundSubmixBase::PreEditChange

This is called when a property is about to be modified externally

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PreEditChange()

USoundSubmixBase::PreEditChange()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h

Include

#include "Sound/SoundSubmix.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp

Syntax

virtual void PreEditChange
(
    FProperty * PropertyAboutToChange
)

Remarks

This is called when a property is about to be modified externally

Parameters

Parameter

Description

PropertyThatWillChange

Property that will be changed