unreal.SkinCacheUsage

class unreal.SkinCacheUsage

Bases: EnumBase

ESkin Cache Usage

C++ Source:

  • Module: Engine

  • File: SkinnedAssetCommon.h

AUTO: SkinCacheUsage

Auto will defer to child or global behavior based on context

Type:

0

DISABLED: SkinCacheUsage

Mesh will not use the skin cache. However, if Support Ray Tracing is enabled on the mesh, the skin cache will still be used for Ray Tracing updates

Type:

255

ENABLED: SkinCacheUsage

Mesh will use the skin cache

Type:

1