Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimNextClassExtensionLibrary
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Param/AnimNextClassExtensionLibrary.h |
| Include | #include "Param/AnimNextClassExtensionLibrary.h" |
Syntax
UCLASS (Abstract)
class UAnimNextClassExtensionLibrary : public UObject
Remarks
Base class for function library-like classes that act to adapt UObjects of a specified type, exposing them to AnimNext parameters. To do this, implement GetSupportedClass, then provide static UFUNCTION members that take the type as an input, e.g. static float GetDeltaSeconds(UWorld* InWorld);
Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Get the class that is supported by this extension library. |