Files
UnrealEngine/Engine/Plugins/Compositing/Composure/Config/BaseComposure.ini
2025-05-18 13:04:45 +08:00

12 lines
985 B
INI

[/Script/ComposureLayersEditor.DefaultComposureEditorSettings]
+FeaturedCompShotClasses="/Script/Composure.CompositingElement"
+FeaturedElementClasses="/Composure/Blueprints/CompositingElements/BP_MediaPlateCompElement.BP_MediaPlateCompElement_C"
+FeaturedElementClasses="/Composure/Blueprints/CompositingElements/BP_CgCaptureCompElement.BP_CgCaptureCompElement_C"
+FeaturedElementClasses="/Composure/Blueprints/CompositingElements/BP_CgMatteCompElement.BP_CgMatteCompElement_C"
+DefaultElementNames=(("BP_MediaPlateCompElement_C", "media_plate"), ("BP_CgCaptureCompElement_C", "cg_element"), ("BP_CgMatteCompElement_C", "matte_element"), ("BP_DepthCompElement_C", "depth_element"), ("BP_RadialCompElement_C", "radial_element"), ("BP_RampCompElement_C", "ramp_element"), ("BP_RotoPaintCompElement_C", "roto_element"), ("BP_TextureCompElement_C", "texture_element"))
[CoreRedirects]
+ClassRedirects=(OldName="ComposureCompShotElement",NewName="/Script/Composure.CompositingElement")