Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes alpha input args & convience methods for operating on those args
Alpha input is typically a curve / float / bool that controls the strength of some other trait. Ex: 0 - no effect, 1 - full effect.
| Name | IAlphaInputArgs |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/Args/IAlphaInputArgs.h |
| Include Path | #include "TraitInterfaces/Args/IAlphaInputArgs.h" |
Syntax
struct IAlphaInputArgs : public UE::UAF::ITraitInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/Args/IAlphaInputArgs.h |