EFrameReadFlags

Read flags for the abc file

Windows
MacOS
Linux

References

Module

AlembicLibrary

Header

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h

Include

#include "AbcFile.h"

Syntax

enum EFrameReadFlags
{
    None                   = 0,
    PositionOnly           = 1 << 1,
    ApplyMatrix            = 1 << 2,
    ForceSingleThreaded    = 1 << 4,
}

Values

Name

Description

None

PositionOnly

Will only read position data for the objects

ApplyMatrix

Will pre-multiply the world matrix with the read sample positions

ForceSingleThreaded

Will force single thread processing

Remarks

Read flags for the abc file

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