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 InClassFlags,
    int32 InVersion
)

Remarks

  1. Serializes strip data flags. Global (engine) flags are automatically generated from target platform when saving. Class flags need to be defined by the user.

Parameters

Parameter

Description

Ar

Archive to serialize with.

InClassFlags

User defined per class flags .

InVersion

Minimal strip 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