Skip to content

Commit

Permalink
Include some missing header files (#69)
Browse files Browse the repository at this point in the history
These are required for the plugin package process
  • Loading branch information
arnirokoko authored Jul 31, 2024
1 parent 1e8c1b2 commit 9bd1d9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "Dom/JsonObject.h"
#include "Serialization/JsonSerializer.h"
#include "RokokoRemote.h"
#include "Runtime/Launch/Resources/Version.h"
#include "Runtime/Core/Public/Misc/Timecode.h"


void URokokoStudioCommandAPI::Info(const FRokokoCommandAPI_IPInfo& IPInfo, bool ShouldIncludeDevices, bool ShouldIncludeClips, bool ShouldIncludeActors, bool ShouldIncludeCharacters)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "SmartsuitBlueprintLibrary.h"
#include "VirtualProductionSource.h"
#include "Engine/SkeletalMesh.h"
#include "Runtime/Engine/Classes/Components/SkeletalMeshComponent.h"
#include "Runtime/CoreUObject/Public/UObject/UObjectIterator.h"


FFace USmartsuitBlueprintLibrary::GetFaceByFaceID(FString faceId)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Animation/AnimInstanceProxy.h"
#include "Roles/LiveLinkAnimationRole.h"
#include "SmartsuitBlueprintLibrary.h"
#include "Runtime/Core/Public/Features/IModularFeatures.h"


/**Holds information a Smartsuit character pose.*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "Interfaces/IHttpRequest.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "RokokoStudioCommandAPI.generated.h"

USTRUCT(BlueprintType)
Expand Down

0 comments on commit 9bd1d9a

Please sign in to comment.