ALODActor::RemoveSubActor

Removes InActor from the SubActors array and sets its LODParent to nullptr

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h

Include

#include "Engine/LODActor.h"

Source

/Engine/Source/Runtime/Engine/Private/LODActor.cpp

Syntax

const bool RemoveSubActor
(
    AActor * InActor
)

Remarks

Removes InActor from the SubActors array and sets its LODParent to nullptr

Parameters

Parameter

Description

InActor

Actor to remove

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