IIOSReplayKitModuleInterface

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IIOSReplayKitModuleInterface

References

Module

IOSReplayKit

Header

/Engine/Plugins/Runtime/IOSReplayKit/Source/IOSReplayKit/Public/IOSReplayKit.h

Include

#include "IOSReplayKit.h"

Syntax

class IIOSReplayKitModuleInterface : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IIOSReplayKi...

 

Get()

Singleton-like access to this module's interface.

Public function

void

 

Initialize

(
    bool bMicrophoneEnabled,
    bool bCameraEnabled
)

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

void

 

PauseBroadcast()

Public function

void

 

ResumeBroadcast()

Public function

void

 

StartBroadcast()

Public function

void

 

StartCaptureToFile()

Public function

void

 

StartRecording()

Public function

void

 

StopBroadcast()

Public function

void

 

StopCapture()

Public function

void

 

StopRecording()

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

IModuleInterface implementation

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