ICameraPhotographyModule

The public interface of the CameraPhotographyModule

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IModularFeature

ICameraPhotographyModule

IAnselModule

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CameraPhotographyModule.h

Include

#include "CameraPhotographyModule.h"

Syntax

class ICameraPhotographyModule :
    public IModuleInterface,
    public IModularFeature

Remarks

The public interface of the CameraPhotographyModule

Functions

Name Description

Public function

TSharedPtr< ...

 

CreateCameraPhotography()

Attempts to create a new photography interface

Public function Static

ICameraPhoto...

 

Get()

Singleton-like access to ICameraPhotographyModule

Public function Static

FName

 

GetModularFeatureName()

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

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