Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h |
| Include | #include "ComponentReregisterContext.h" |
Syntax
class FGlobalComponentReregisterContext
Remarks
Removes all components from their scenes for the lifetime of the class.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Initialization constructor. | |||
FGlobalComponentReregisterContext
(
const TArray< UClass* >& ExcludeComponents |
Initialization constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Constants
| Name | Description |
|---|---|
| ActiveGlobalReregisterContextCount | Indicates that a FGlobalComponentReregisterContext is currently active |