Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FaceFX/FaceFX-UE4
/ functions
Functions
329 in github.com/FaceFX/FaceFX-UE4
⨍
Functions
329
◇
Types & classes
120
↓ 24 callers
Function
Check
* Checks the FaceFX runtime execution result and the errno for errors * @param Value The return value returned from the FaceFX call * @returns True if
Source/FaceFX/Private/FaceFXCharacter.cpp:40
↓ 21 callers
Method
IsValid
* Gets the indicator if this is a valid widget instance * @returns True if valid, else false */
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.h:111
↓ 19 callers
Method
Reset
Source/FaceFX/Private/FaceFXCharacter.cpp:572
↓ 15 callers
Method
IsValid
* Gets the indicator if this animation ID is valid * @returns True if valid, else false */
Source/FaceFX/Classes/FaceFXData.h:101
↓ 13 callers
Method
GetName
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXAnim.cpp:33
↓ 9 callers
Function
GetCharacter
* Gets the FaceFX character for a given skel mesh component * @param SkelMeshComp The skelmesh component to get the character for. Keep empty to get
Source/FaceFX/Classes/Animation/FaceFXComponent.h:213
↓ 9 callers
Function
Reset
* Resets the asset * @param ResetAudio Indicator if the audio shall be resetted as well */
Source/FaceFX/Classes/FaceFXAnim.h:139
↓ 7 callers
Method
Stop
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:95
↓ 6 callers
Function
GetPlatformFolder
* Gets the compilation sub folder for a given base folder and target platform * @param Folder The base folder to generate the target folder for * @p
Source/FaceFXEditor/Public/FaceFXEditorTools.h:496
↓ 6 callers
Function
IsLoaded
* Gets the indicator if this character have been loaded * @returns True if loaded else false */
Source/FaceFX/Classes/FaceFXCharacter.h:137
↓ 4 callers
Function
GetAnimation
* Loads the animation from a given track keyframe * @param Track The keyframe to load the animation from * @param Owner The owner of the potentially l
Source/FaceFX/Private/Matinee/FaceFXMatineeControl.cpp:281
↓ 4 callers
Method
GetSkelMeshTarget
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:201
↓ 4 callers
Function
IsPlaying
* Gets the indicator if the character is playing a facial animation right now * @returns True if playing, else false */
Source/FaceFX/Classes/FaceFXCharacter.h:146
↓ 4 callers
Function
IsPlayingAudio
* Gets the indicator if the character is playing a audio right now * @returns True if playing, else false */
Source/FaceFX/Classes/FaceFXCharacter.h:191
↓ 3 callers
Method
GetResultType
* Gets the result type assigned to this result * @returns The action */
Source/FaceFXEditor/Public/FaceFXEditorTools.h:80
↓ 3 callers
Function
IsPlayingOrPaused
* Gets the indicator if the character is playing a facial animation right now or if one is paused * @returns True if playing, else false */
Source/FaceFX/Classes/FaceFXCharacter.h:155
↓ 3 callers
Method
JumpTo
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:139
↓ 3 callers
Function
LoadAudioMapData
* Loads an audio map file * @param Asset The asset to load the audio map for * @param Folder The compilation root folder * @param Platform The platfor
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:172
↓ 3 callers
Method
OnSelectionChanged
Source/FaceFXEditor/Include/Slate/FaceFXComboChoiceWidget.cpp:107
↓ 3 callers
Method
Play
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:84
↓ 2 callers
Function
EnforceZeroTick
Enforces a tick with a zero delta */
Source/FaceFX/Classes/FaceFXCharacter.h:457
↓ 2 callers
Function
GetAnimAssetFileName
* Gets the filename for an animation asset * @param Folder The compilation folder * @param Group The animation group id * @param AnimationId The anima
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:89
↓ 2 callers
Method
GetAnimation
Source/FaceFX/Private/FaceFXActor.cpp:185
↓ 2 callers
Function
GetAnimationGroupsInFolder
* Gets all animation groups found within a given FaceFX compilation folder and platform specific sub folder * @param Folder The compilation folder to
Source/FaceFXEditor/Public/FaceFXEditorTools.h:476
↓ 2 callers
Method
GetCurrentTrackIndex
* Gets the current track index for the given skel mesh component * @param SkelMeshComp The skel mesh component to fetch the track index for * @retur
Source/FaceFX/Classes/Matinee/FaceFXMatineeControlInst.h:45
↓ 2 callers
Function
IsAnimationExistInAudioMap
* Gets the indicator if a given asset is listed inside an audio map data * @param Asset The asset to look for * @param AudioMapData The audio map data
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:238
↓ 2 callers
Function
IsLooping
* Gets the indicator if the current animation is looping * @returns True if looping else false */
Source/FaceFX/Classes/FaceFXCharacter.h:209
↓ 2 callers
Method
IsPlaying
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:179
↓ 2 callers
Method
IsPlayingOrPaused
Source/FaceFX/Private/FaceFXCharacter.cpp:611
↓ 2 callers
Function
IsValid
* Checks if this FaceFX data asset it valid * @returns True if valid, else false */
Source/FaceFX/Classes/FaceFXAnim.h:43
↓ 2 callers
Method
JumpToById
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:155
↓ 2 callers
Function
MakeAssetConform
* Makes a given string conform to be used as an asset identifier * @param Name The name to make conform * @returns The conform asset string */
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:52
↓ 2 callers
Method
OnClicked
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.cpp:81
↓ 2 callers
Method
Pause
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:117
↓ 2 callers
Method
Play
Source/FaceFX/Private/FaceFXCharacter.cpp:283
↓ 2 callers
Function
PlayAudio
* Plays the audio if available * @param OutAudioComp The audio component on which audio was started to play. Unchanged if function returns false *
Source/FaceFX/Classes/FaceFXCharacter.h:425
↓ 2 callers
Method
SetCurrentTrackIndex
* Sets the current track index for the given skel mesh component * @param SkelMeshComp The skel mesh component to set the track index for * @param I
Source/FaceFX/Classes/Matinee/FaceFXMatineeControlInst.h:59
↓ 2 callers
Method
Stop
Source/FaceFX/Private/FaceFXCharacter.cpp:469
↓ 2 callers
Method
StopAll
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:106
↓ 1 callers
Method
CanRollback
* Gets the indicator if the result can be rolled back * @returns True if rollback'able, else false */
Source/FaceFXEditor/Public/FaceFXEditorTools.h:62
↓ 1 callers
Function
CleanupCompilationFolder
* Deletes the whole .ffxc folder when there is no animation file left inside * @param Folder The folder to delete * @returns True if there was no anim
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:258
↓ 1 callers
Function
FFaceFXEntry
Source/FaceFX/Classes/Animation/FaceFXComponent.h:37
↓ 1 callers
Function
FindAnimationAsset
* Finds a UFaceFXAnim asset that is linked to the same source file * @param FaceFxFilepath The path to the source .facefx asset file * @returns The as
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:99
↓ 1 callers
Method
GetAllLinkedAnimationIds
Source/FaceFX/Private/FaceFXCharacter.cpp:251
↓ 1 callers
Method
GetAnimationDuration
Source/FaceFX/Private/Matinee/FaceFXMatineeControl.cpp:529
↓ 1 callers
Method
GetAnimationIds
Source/FaceFX/Private/FaceFXActor.cpp:213
↓ 1 callers
Function
GetAssetPath
* Gets the relative path to the source asset * @returns The path to the asset */
Source/FaceFX/Classes/FaceFXAsset.h:86
↓ 1 callers
Method
GetBoneNameTransformIndex
Source/FaceFX/Private/FaceFXCharacter.cpp:865
↓ 1 callers
Function
GetCompilationFolder
* Gets the FaceFX studio output folder for a given .facefx file * @param FaceFXFile The path to the .facefx file * @returns The compiler output fold
Source/FaceFXEditor/Public/FaceFXEditorTools.h:517
↓ 1 callers
Method
GetDetails
Source/FaceFX/Private/FaceFXAnim.cpp:70
↓ 1 callers
Method
GetIdString
* Generates a <group.animation> id * @returns The <group.animation> id */
Source/FaceFX/Classes/FaceFXData.h:119
↓ 1 callers
Method
GetMaxErrorLevel
* Gets the maximum error level for all result entries in the set * @returns The maximum error level */
Source/FaceFXEditor/Public/FaceFXEditorTools.h:265
↓ 1 callers
Method
GetResultWidget
* Gets the result widget * @returns The result widget */
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.h:130
↓ 1 callers
Method
GetSelectedOption
* Gets the currently selected option * @returns The selected option. Nullptr if none selected */
Source/FaceFXEditor/Include/Slate/FaceFXComboChoiceWidget.h:58
↓ 1 callers
Method
GetType
* Gets the action type assigned to this result * @returns The action */
Source/FaceFXEditor/Public/FaceFXEditorTools.h:71
↓ 1 callers
Function
IsAssetPathSet
* Gets the indicator if the asset paths are set * @returns True if both the folder and asset are set */
Source/FaceFX/Classes/FaceFXAsset.h:77
↓ 1 callers
Function
IsFaceFXStudioInstalled
* Checks if FaceFX studio is installed within the standard installation path * @returns True if installed, else false */
Source/FaceFXEditor/Public/FaceFXEditorTools.h:436
↓ 1 callers
Function
IsFolderEmpty
* Gets the indicator if the given relative folder is empty or contains any file * @param RelativeFolder The folder to check * @returns True if empty,
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:62
↓ 1 callers
Method
IsPaused
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:190
↓ 1 callers
Function
IsPlayingOrPausedAudio
* Gets the indicator if the audio is currently playing or paused * @returns True if paused or playing, else false */
Source/FaceFX/Classes/FaceFXCharacter.h:200
↓ 1 callers
Method
Load
Source/FaceFX/Private/FaceFXCharacter.cpp:616
↓ 1 callers
Method
MergeResult
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.cpp:179
↓ 1 callers
Function
OnPreInitialization
* Performs some steps during asset import after the asset got created and before the actual import starts. Gives a chance to prepare the asset and adj
Source/FaceFXEditor/Private/Factories/FaceFXActorFactory.cpp:126
↓ 1 callers
Method
OpenDialog
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.cpp:243
↓ 1 callers
Method
OpenDialog
Source/FaceFXEditor/Include/Slate/FaceFXComboChoiceWidget.cpp:27
↓ 1 callers
Method
Reset
* Resets this animation id */
Source/FaceFX/Classes/FaceFXData.h:109
↓ 1 callers
Function
Restart
* Restarts the current animation * @returns True if succeeded, else false */
Source/FaceFX/Classes/FaceFXCharacter.h:110
↓ 1 callers
Method
Resume
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:128
↓ 1 callers
Method
Rollback
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:273
↓ 1 callers
Method
SetFromIdString
* Sets the group and animation id from a <group.animation> id * @param Id The <group.animation> id to parse from * @returns True if succeeded, else
Source/FaceFX/Classes/FaceFXData.h:141
Method
AddKeyframe
Source/FaceFX/Private/Matinee/FaceFXMatineeControl.cpp:182
Method
AddReferencedObjects
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:330
Method
AllocCallback
The memory allocation callback */
Source/FaceFX/Public/FaceFXContext.h:36
Method
BeginDestroy
Source/FaceFX/Private/FaceFXCharacter.cpp:75
Method
CacheBones
Source/FaceFX/Private/Animation/AnimNode_BlendFaceFXAnimation.cpp:55
Method
CanExecuteEdit
Determine if we can edit assets */
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXActor.cpp:119
Method
CanExecuteOpenFolder
Determine if we can open the source asset folder */
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXBase.cpp:242
Method
CanExecuteReimport
Determine if we can recompile assets */
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXBase.cpp:42
Method
CanExecuteSetSource
Determine if we can set a new source */
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXBase.cpp:48
Method
CanExecuteShowDetails
Determine if we can show details */
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXBase.cpp:54
Method
CanFilter
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXBase.h:30
Method
ClearPlatformData
Source/FaceFX/Private/FaceFXAsset.cpp:41
Method
Construct
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.cpp:41
Method
Construct
Source/FaceFXEditor/Include/Slate/FaceFXComboChoiceWidget.cpp:57
Method
ContentBrowserFocusAsset
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:1214
Method
Create
Source/FaceFXEditor/Include/Slate/FaceFXResultWidget.cpp:270
Method
Create
Source/FaceFXEditor/Include/Slate/FaceFXComboChoiceWidget.cpp:51
Method
CreateAllCharacters
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:250
Method
CreateCharacter
Source/FaceFX/Private/Animation/FaceFXComponent.cpp:264
Method
CreateContext
Source/FaceFX/Private/FaceFXContext.cpp:24
Method
CreateNew
Source/FaceFXEditor/Private/Factories/FaceFXActorFactory.cpp:131
Method
CreateOutputPins
Source/FaceFXEditor/Private/Animation/AnimGraphNode_BlendFaceFXAnimation.cpp:51
Method
DeleteAsset
Source/FaceFXEditor/Private/FaceFXEditorTools.cpp:1234
Method
DrawTrack
Source/FaceFX/Private/Matinee/FaceFXMatineeControl.cpp:419
Method
DuplicateKeyframe
Source/FaceFX/Private/Matinee/FaceFXMatineeControl.cpp:134
Method
Evaluate
Source/FaceFX/Private/Animation/AnimNode_BlendFaceFXAnimation.cpp:144
Method
EvaluateComponentSpace
Source/FaceFX/Private/Animation/AnimNode_BlendFaceFXAnimation.cpp:162
Method
ExecuteEdit
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXActor.cpp:124
Method
ExecuteLink
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXActor.cpp:144
Method
ExecuteLink
Source/FaceFXEditor/Private/AssetTypeActions/AssetTypeActions_FaceFXAnim.cpp:109
next →
1–100 of 329, ranked by callers