Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EBoneFilterActionOption |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshLODSettings.h |
| Include Path |
#include "Engine/SkeletalMeshLODSettings.h" |
Syntax
enum EBoneFilterActionOption
{
Remove,
Keep,
Invalid,
}
Values
| Name |
Remarks |
| Remove |
Remove list of joints specified and children. All the other joints will be kept. |
| Keep |
Only keep the joints specified and parents. All the other joints will be removed. |
| Invalid |
Invalid |