ULiveLinkComponentController::DestroyComponent

Unregister the component, remove it from its outer Actor's Components array and mark for pending kill.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UActorComponent::DestroyComponent()

ULiveLinkComponentController::DestroyComponent()

References

Module

LiveLinkComponents

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Public/LiveLinkComponentController.h

Include

#include "LiveLinkComponentController.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkComponents/Private/LiveLinkComponentController.cpp

Syntax

virtual void DestroyComponent
(
    bool bPromoteChildren
)

Remarks

Unregister the component, remove it from its outer Actor's Components array and mark for pending kill.