Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FAnimNextFactoryParams
Description
Push a trait struct onto the specified stack in the graph builder, initialized to the struct's defaults. The trait struct forms part of the created instance's 'public interface'. If a trait already exists of this type then its values be overriden by virtue of the initializer running later Returns self for chaining.
| Name | PushPublicTraitStruct |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Factory/AnimNextFactoryParams.h |
| Include Path | #include "Factory/AnimNextFactoryParams.h" |
template<typename StructType>
FAnimNextFactoryParams & PushPublicTraitStruct
(
int32 InStackIndex
)