Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ULandscapeWeightPatchTextureInfo
- UObject::PreDuplicate()
- ULandscapeWeightPatchTextureInfo::PreDuplicate()
References
| Module | LandscapePatch |
| Header | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include | #include "LandscapeTexturePatch.h" |
| Source | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Private/LandscapeTexturePatch.cpp |
virtual void PreDuplicate
&40;
FObjectDuplicationParameters & DupParams
&41;
Remarks
Called before duplication.
Parameters
| Name | Description |
|---|---|
| DupParams | the full parameters the object will be duplicated with. Allows access to modify params such as the duplication seed for example for pre-filling the dup-source => dup-target map used by StaticDuplicateObject. |