UAndroidCameraRuntimeSettings

Implements the settings for the AndroidCamera plugin.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UAndroidCameraRuntimeSettings

References

Module

AndroidCameraEditor

Header

/Engine/Plugins/Media/AndroidCamera/Source/AndroidCameraEditor/Public/AndroidCameraRuntimeSettings.h

Include

#include "AndroidCameraRuntimeSettings.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Config=Engine, defaultconfig)
class UAndroidCameraRuntimeSettings : public UObject

Remarks

Implements the settings for the AndroidCamera plugin.

Variables

Name Description

Public variable UProperty Category, EditAnywhere Config

bool

 

bEnablePermission

Enable camera permission in AndroidManifest.

Public variable UProperty Category, EditAnywhere Config

bool

 

bRequiresAnyCamera

Requires a camera to operate (if true and back-facing and front-facing are false, sets android.hardware.camera.any as required)

Public variable UProperty Category, EditAnywhere Config

bool

 

bRequiresBackFacingCamera

Requires back-facing camera in AndroidManifest (android.hardware.camera)

Public variable UProperty Category, EditAnywhere Config

bool

 

bRequiresFrontFacingCamera

Requires front-facing camera in AndroidManifest (android.hardware.camera.front)

Constructors

Name Description

Public function

UAndroidCameraRuntimeSettings

(
    const FObjectInitializer& ObjectIn...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss