FFeedbackContextMarkup

A text-based markup language can be used to allow external processes to control the state machine, allowing command-line utilities to give graphical user feedback.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h

Include

#include "Misc/FeedbackContextMarkup.h"

Syntax

class FFeedbackContextMarkup

Remarks

A text-based markup language can be used to allow external processes to control the state machine, allowing command-line utilities to give graphical user feedback.

Example markup:

Update the progress of the current operation: 10/20 50%

Update the progress and set a status message for the current operation: 'Compiling source code...' 50%

Functions

Name Description

Public function Static

bool

 

ParseCommand

(
    const FString& Line,
    FFeedbackContext* Warn
)

Markup stack manipulation.

Public function Static

bool

 

PipeProcessOutput

(
    const FText& Description,
    const FString& URL,
    const FString& Params,
    FFeedbackContext* Warn,
    int32* OutExitCode
)

Utility functions for dealing with external processes.

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