FOnRecordErrorCheck

Delegate called to to validate if recording can take place.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_OneParam< void, FText & > FOnRecordErrorCheck

References

Module

TakeRecorder

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/ITakeRecorderModule.h

Include

#include "ITakeRecorderModule.h"

Remarks

Delegate called to to validate if recording can take place.

Usage: Bind a handler that will supply a FText string when Take Recorder is in an invalid condition. The text will be displayed the user. If there is no error condition then the FText string must be empty.

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