Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine > API/Runtime/Engine/Engine/UWorld
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
void InvalidateModelGeometry
(
ULevel * InLevel
)
Remarks
Invalidates the cached data used to render the levels' UModel.
Parameters
| Name | Description |
|---|---|
| InLevel | Level to invalidate. If this is NULL it will affect ALL levels |