AActor::UnregisterAllComponents

Unregister all currently registered components

Windows
MacOS
Linux

Override Hierarchy

AActor::UnregisterAllComponents()

ALandscapeProxy::UnregisterAllComponents()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/Actor.cpp

Syntax

virtual void UnregisterAllComponents
(
    bool bForReregister
)

Remarks

Unregister all currently registered components

Parameters

Parameter

Description

bForReregister

If true, RegisterAllComponents will be called immediately after this so some slow operations can be avoided

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