Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter > API/Editor/UnrealEd/ICookPackageSplitter/FPopulateContext
Description
Returns the FGeneratedPackageForPopulate for the package for which the event is being called.
Guaranteed to return non-null if !IsCalledOnGenerator(). Returns null if IsCalledOnGenerator().
| Name | GetTargetGeneratedPackage |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Cooker/CookGenerationHelper.cpp |
const FGeneratedPackageForPopulate * GetTargetGeneratedPackage() const