Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
- AActor::UnregisterAllComponents()
- ALandscapeProxy::UnregisterAllComponents()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
virtual void UnregisterAllComponents
&40;
bool bForReregister
&41;
Remarks
Unregister all currently registered components
Parameters
| Name | Description |
|---|---|
| bForReregister | If true, RegisterAllComponents will be called immediately after this so some slow operations can be avoided |