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
d09e3b10
Commit
d09e3b10
authored
Apr 5, 2024
by
Jonathan Ehret
Browse files
Options
Downloads
Patches
Plain Diff
make face anim delay more accessible
parent
0d93c8de
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/CharacterPlugin/Public/Helper/VHFaceAnimation.h
+2
-2
2 additions, 2 deletions
Source/CharacterPlugin/Public/Helper/VHFaceAnimation.h
with
2 additions
and
2 deletions
Source/CharacterPlugin/Public/Helper/VHFaceAnimation.h
+
2
−
2
View file @
d09e3b10
...
...
@@ -88,7 +88,7 @@ public:
FString
AnimationFilename
;
//delay the face animation by this amount of time (in seconds), for example, to compensate delay introduced by the audio processing
UPROPERTY
(
EditAnywhere
,
BlueprintRead
Only
)
UPROPERTY
(
EditAnywhere
,
BlueprintRead
Write
)
float
ConstantDelay
=
0.0f
;
...
...
...
...
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
sign in
to comment