UFbxFactory::GetImportTaskText

Used to display special task progression text if needs be (like import being cancelled).

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxFactory.h

Include

#include "Factories/FbxFactory.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp

Syntax

FText GetImportTaskText
(
    const FText & TaskText
) const

Remarks

Used to display special task progression text if needs be (like import being cancelled).

Returns

The task text after taking into account the factory's current state.

Parameters

Parameter

Description

TaskText

The current import task text we want to display.

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