FStripDataFlags::FStripDataFlags

Constructor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp

Syntax

FStripDataFlags
(
    FStructuredArchive::FSlot Slot,
    uint8 InGlobalFlags,
    uint8 InClassFlags,
    int32 InVersion
)

Remarks

  1. Serializes strip data flags. Global (engine) flags are user defined and will not be automatically generated when saving. Class flags also need to be defined by the user.

Parameters

Parameter

Description

Ar

Archive to serialize with.

InClassFlags

User defined per class flags.

InVersion

Minimal version required to serialize strip flags

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