Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer
- ICookInfo::UnregisterCollector()
- UCookOnTheFlyServer::UnregisterCollector()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include | #include "CookOnTheSide/CookOnTheFlyServer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
virtual void UnregisterCollector
(
UE::Cook::IMPCollector * Collector
)
Remarks
MPCook: Unregister in the current process a collector that was registered via RegisterCollector. Silently returns if the collector is not registered. References to the Collector will be released, which will delete the Collector if he caller does not have their own TRefCountPtr to it.