SRanipal Unreal SDK  1.3.2.0
SRanipal Unreal SDK document
SRanipal_FunctionLibrary_Lip_v2.h
1 // Fill out your copyright notice in the Description page of Project Settings.
2 
3 #pragma once
4 #include "SRanipal_Lip_v2.h"
5 
6 #include "CoreMinimal.h"
7 #include "Kismet/BlueprintFunctionLibrary.h"
8 #include "SRanipal_FunctionLibrary_Lip_v2.generated.h"
9 
13 UCLASS()
14 class SRANIPAL_API USRanipal_FunctionLibrary_Lip_v2 : public UBlueprintFunctionLibrary
15 {
16  GENERATED_BODY()
17 
18 public:
23  UFUNCTION(BlueprintCallable, Category = "SRanipal|Lip_v2")
24  static void GetLipWeightings(TMap<LipShape_v2, float> &shapes);
25 
30  UFUNCTION(BlueprintCallable, Category = "SRanipal|Lip_v2")
31  static void UpdateTexture(UTexture2D *&texture);
32 };
SRanipal function library about lip function.
Definition: SRanipal_FunctionLibrary_Lip_v2.h:14