fix
This commit is contained in:
parent
4e5044f416
commit
f128d35c91
@ -1,6 +1,6 @@
|
|||||||
--- ./VMC4UE/Source/VMC4UE/Source/VMC4UEBlueprintFunctionLibrary.cpp
|
--- ./VMC4UE/VMC4UE/Source/VMC4UE/Source/VMC4UEBlueprintFunctionLibrary.cpp
|
||||||
+++ ./VMC4UE_54/Source/VMC4UE/Source/VMC4UEBlueprintFunctionLibrary.cpp
|
+++ ./VMC4UEBlueprintFunctionLibrary.cpp
|
||||||
@@ -119,27 +119,29 @@
|
@@ -119,27 +119,29 @@ UVMC4UEStreamingSkeletalMeshTransform* UVMC4UEBlueprin
|
||||||
{
|
{
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
@ -41,7 +41,7 @@
|
|||||||
OSCManager->StreamingSkeletalMeshTransformMap.Emplace(Port, NewStreamingSkeletalMeshTransform);
|
OSCManager->StreamingSkeletalMeshTransformMap.Emplace(Port, NewStreamingSkeletalMeshTransform);
|
||||||
|
|
||||||
// Bind Port
|
// Bind Port
|
||||||
@@ -149,9 +151,10 @@
|
@@ -149,9 +151,10 @@ UVMC4UEStreamingSkeletalMeshTransform* UVMC4UEBlueprin
|
||||||
|
|
||||||
OSCManager->OscReceivers.Emplace(OscReceiver);
|
OSCManager->OscReceivers.Emplace(OscReceiver);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user