Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Param/IParameterSource.h |
| Include | #include "Param/IParameterSource.h" |
Syntax
class IParameterSource
Remarks
An interface used to abstract AnimNext parameter sources
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Allow GC subscription - this should be called by the owner of the parameter source | |
| const FParamStackLayerHandle & | Get a layer handle to allow this source to be used in the parameter stack | ||
| void | Update
(
float DeltaTime |
Update this parameter source |