UOodleNetworkTrainerCommandlet::VerifyOutputFile

Checks that the output file does not already exist, and prompts for an overwrite, if it does

Windows
MacOS
Linux

References

Module

OodleNetworkHandlerComponent

Header

/Engine/Plugins/Compression/OodleNetwork/Source/Classes/OodleNetworkTrainerCommandlet.h

Include

#include "OodleNetworkTrainerCommandlet.h"

Source

/Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkTrainerCommandlet.cpp

Syntax

static bool VerifyOutputFile
(
    FString OutputFile
)

Remarks

Checks that the output file does not already exist, and prompts for an overwrite, if it does

Returns

Whether or not OutputFile is a valid path

Parameters

Parameter

Description

OutputFile

The output file string

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