FComponentReregisterContextBase

Base class for Component Reregister objects, provides helper functions for performing the UnRegister and ReRegister

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h

Include

#include "ComponentReregisterContext.h"

Syntax

class FComponentReregisterContextBase

Remarks

Base class for Component Reregister objects, provides helper functions for performing the UnRegister and ReRegister

Variables

Functions

Name Description

Protected function

void

 

ReRegister

(
    UActorComponent* InComponent,
    UWorld* InWorld
)

Reregisters the given component on the given scene.

Protected function

UWorld *

 

UnRegister

(
    UActorComponent* InComponent
)

Unregisters the Component and returns the world it was registered to.

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