FConcertCustomVersionInfo

Holds custom version information

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertVersion.h

Include

#include "ConcertVersion.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertCustomVersionInfo

Remarks

Holds custom version information

Variables

Name Description

Public variable UProperty

FName

 

FriendlyName

Friendly name of the version

Public variable UProperty

FGuid

 

Key

Unique custom key

Public variable UProperty

int32

 

Version

Custom version

Functions

Name Description

Public function

void

 

Initialize

(
    const FCustomVersion& InVersion
)

Initialize this version info from the given version

Public function Const

bool

 

Validate

(
    const FConcertCustomVersionInfo& I...,
    const EConcertVersionValidationMode...,
    FText* OutFailureReason
)

Validate this version info against another

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