EFiBVersion

FiB data versioning

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h

Include

#include "FindInBlueprintManager.h"

Syntax

enum EFiBVersion
{
    FIB_VER_NONE                  = -1,
    FIB_VER_BASE                  = 0,
    FIB_VER_VARIABLE_REFERENCE,
    FIB_VER_INTERFACE_GRAPHS,
    FIB_VER_PLUS_ONE,
    FIB_VER_LATEST                = FIB_VER_PLUS_ONE - 1,
}

Values

Name

Description

FIB_VER_NONE

FIB_VER_BASE

FIB_VER_VARIABLE_REFERENCE

FIB_VER_INTERFACE_GRAPHS

FIB_VER_PLUS_ONE

--="">----------------------------------------------

FIB_VER_LATEST

Remarks

FiB data versioning

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