EDestructibleImportOptions::Type

Options for APEX asset import.

Windows
MacOS
Linux

References

Module

ApexDestruction

Header

/Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Public/DestructibleFractureSettings.h

Include

#include "DestructibleFractureSettings.h"

Syntax

namespace EDestructibleImportOptions
{
    enum Type
    {
        None                = 0,
        PreserveSettings    = 1<<0,
    }
}

Values

Name

Description

None

Just imports the APEX asset.

PreserveSettings

Preserves settings in DestructibleMesh.

Remarks

Options for APEX asset import.

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