【UE】Component 间 Property 拷贝
直接上代码
.h
public:UFUNCTION(BlueprintCallable)static bool CopyPropertiesBetweenActorComponents(const UActorComponent* SrcComponent, UActorComponent* DstComponent);.cpp
bool UTestBlueprintFunctionLibrary::CopyPropertiesBetweenActorComponents(const UActor…
2026/6/27 3:25:49