How Can I Get A Specified Camera Texture (Not Using SceneCaptureComponent2D)

help!!!

Hey @zdh3303!

Is there a specific reason you can’t use SceneCaptureComponent2D? What are you planning to do with your texture?

1 Like

post process? What are you trying to do?

1 Like

hi, thanks for your replying, i was wondering that the views between SceneCaptureComponent2D and Camera are different, however I found function CopyCameraSettingsToSceneCapture which can copy settings from Camera to SceneCaptureComponent2D just now! So I can use SceneCaptureComponent2D now.