This commit is contained in:
2025-04-21 08:17:52 +08:00
parent 5bf88e162c
commit 8c6c85f5be
109 changed files with 39272 additions and 284 deletions

View File

@@ -4,6 +4,7 @@
#include "UObject/NoExportTypes.h"
#include "DismembermentCompiler.h"
#include "NiagaraSystem.h"
#include "BooleanCutTool.h"
#include "DismembermentExecutor.generated.h"
class AActor;
@@ -147,6 +148,10 @@ private:
// Selected bones
UPROPERTY()
TArray<FName> SelectedBones;
// Boolean cut tool for mesh cutting operations
UPROPERTY()
TObjectPtr<UBooleanCutTool> CutTool;
// Find the target skeletal mesh component
bool FindTargetSkeletalMesh();