Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/FCustomizableObjectStreamedExten-
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectStreamedExtensionData.h |
| Include | #include "MuCO/CustomizableObjectStreamedExtensionData.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectStreamedExtensionData.cpp |
void ConvertToSoftReferenceForCooking
&40;
const TSoftObjectPtr< UCustomizableObjectExtensionDataContainer > & NewContainerPath
&41;
Remarks
Clears the hard reference to the container, so that it's not forced to load as soon as this struct is loaded, and replaces the soft reference with the provided one.
Note that the container may not have been moved to its new path yet, so don't try to load the container from the given path here.