Navigation
Unreal Engine C++ API Reference > Plugins > AnimationSharing
Inheritance Hierarchy
- FTickFunction
- FTickAnimationSharingFunction
References
Module | AnimationSharing |
Header | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingManager.h |
Include | #include "AnimationSharingManager.h" |
Syntax
USTRUCT&40;&41;
struct FTickAnimationSharingFunction : public FTickFunction
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UAnimationSharingManager * | Manager |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from FTickFunction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | DiagnosticContext
(
bool bDetailed |
Function to give a 'context' for this tick, used for grouped active tick reporting |
![]() ![]() |
FString | Abstract function to describe this tick. | |
![]() ![]() |
void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |