Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ULandscapeTextureBackedRenderTar-
- UObject::PreDuplicate()
- ULandscapeTextureBackedRenderTargetBase::PreDuplicate()
References
| Module | LandscapePatch |
| Header | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapeTextureBackedRenderTarget.h |
| Include | #include "LandscapeTextureBackedRenderTarget.h" |
| Source | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Private/LandscapeTextureBackedRenderTarget.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. |