Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformManagerModule
Description
Invalidates the target platform module.
Invalidate should be called if any TargetPlatform modules get loaded/unloaded/reloaded during runtime to give the implementation the chance to rebuild all its internal states and caches.
| Name | Invalidate |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h |
| Include Path | #include "Interfaces/ITargetPlatformManagerModule.h" |
void Invalidate()