Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
Inheritance Hierarchy
- IModuleInterface
- FGCObject
- FContextualAnimationModule
References
| Module | ContextualAnimation |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimation.h |
| Include | #include "ContextualAnimation.h" |
Syntax
class FContextualAnimationModule :
public IModuleInterface,
public FGCObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| UContextualAnimManager * | GetManager
(
const UWorld* World |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |
Constants
| Name | Description |
|---|---|
| WorldToManagerMap |