USoundClass::SetParentClass

Set the parent class of this SoundClass, removing it as a child from its previous owner

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundClass.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundClass.cpp

Syntax

void SetParentClass
(
    USoundClass * InParentClass
)

Remarks

Set the parent class of this SoundClass, removing it as a child from its previous owner

Parameters

Parameter

Description

InParentClass

The New Parent Class of this

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss