Enum EGeometryCacheImport Path C++ Link /Script/UnrealUSDWrapper.EGeometryCacheImport underlying uint8 /Script/UnrealUSDWrapper Values 4 NameValueHex Never00x00OnLoad10x01OnSave20x02EGeometryCacheImport_MAX30x03 Used by 1types with a member, parameter or interface of this type AUsdStageActor // /Script/UnrealUSDWrapper.EGeometryCacheImport enum class EGeometryCacheImport : uint8 { Never = 0, OnLoad = 1, OnSave = 2, EGeometryCacheImport_MAX = 3, };