Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Character Plugin
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
Character Plugin
Commits
d58b9a53
Commit
d58b9a53
authored
6 months ago
by
Jan-Nikjas Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
Fixed empty new functions to start the project
parent
8c8c4aa8
Branches
WIP/MA_Dasbach_Bystander
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
+8
-2
8 additions, 2 deletions
Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
with
8 additions
and
2 deletions
Source/CharacterPlugin/Private/VHListenerBackchannels.cpp
+
8
−
2
View file @
d58b9a53
...
@@ -94,13 +94,19 @@ void UVHListenerBackchannels::StartXNods(int nodCount)
...
@@ -94,13 +94,19 @@ void UVHListenerBackchannels::StartXNods(int nodCount)
NoddingTime
=
0.0f
;
NoddingTime
=
0.0f
;
}
}
void
PlayVocalization
()
void
UVHListenerBackchannels
::
PlayVocalization
()
{
{
return
;
return
;
}
}
void
PlaySmile
(
float
ActualSmileLengt
)
void
UVHListenerBackchannels
::
PlaySmile
(
float
ActualSmileLengt
h
)
{
{
/*CurrentlySelectedEmotion = SelectedEmotion;
SelectedEmotion = Happiness;
ActualSmilingTime = ActualSmileLength;
bSmiling = true;
SmilingTime = 0.0f;*/
return
;
return
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment