UCloudStorageBase::ResolveConflictWithVersionIndex

If there was a conflict notification, this will tell the cloud interface to choose the version with a given Index to be the master version, and to toss any others.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h

Include

#include "Engine/CloudStorageBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual bool ResolveConflictWithVersionIndex
(
    int32 Index
)

Remarks

If there was a conflict notification, this will tell the cloud interface to choose the version with a given Index to be the master version, and to toss any others.

Parameters

Parameter

Description

Index

Conflict version index.

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