UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FComponentReregisterContextBase Class Reference

#include <ComponentReregisterContext.h>

+ Inheritance diagram for FComponentReregisterContextBase:

Protected Member Functions

ENGINE_API UWorldUnRegister (UActorComponent *InComponent)
 
ENGINE_API void ReRegister (UActorComponent *InComponent, UWorld *InWorld)
 

Protected Attributes

TSet< FSceneInterface * > * ScenesToUpdateAllPrimitiveSceneInfos = nullptr
 

Detailed Description

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

Member Function Documentation

◆ ReRegister()

void FComponentReregisterContextBase::ReRegister ( UActorComponent InComponent,
UWorld InWorld 
)
protected

◆ UnRegister()

UWorld * FComponentReregisterContextBase::UnRegister ( UActorComponent InComponent)
protected

Member Data Documentation

◆ ScenesToUpdateAllPrimitiveSceneInfos

TSet<FSceneInterface*>* FComponentReregisterContextBase::ScenesToUpdateAllPrimitiveSceneInfos = nullptr
protected

The documentation for this class was generated from the following files: