Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFSystemFactoryParams
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPublicVariablesStruct () |
Add a public variables struct to these params. | Factory/UAFSystemFactoryParams.h | |
TStructView< StructType > AddPublicVariablesStruct
(
const StructType& InStruct |
Add a public variables struct to these params. | Factory/UAFSystemFactoryParams.h |
AddPublicVariablesStruct()
Description
Add a public variables struct to these params. This will act as part of the public API of the system. If a struct already exists of this type then its values be overriden by virtue of the initializer running later
| Name | AddPublicVariablesStruct |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Factory/UAFSystemFactoryParams.h |
| Include Path | #include "Factory/UAFSystemFactoryParams.h" |
template<typename StructType>
void AddPublicVariablesStruct()
AddPublicVariablesStruct(const StructType &)
Description
Add a public variables struct to these params. This will act as part of the public API of the system. If a struct already exists of this type then its values be overriden by virtue of the initializer running later
| Name | AddPublicVariablesStruct |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Factory/UAFSystemFactoryParams.h |
| Include Path | #include "Factory/UAFSystemFactoryParams.h" |
template<typename StructType>
TStructView < StructType > AddPublicVariablesStruct
(
const StructType & InStruct
)