Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/FTG_Signature > API/Plugins/TextureGraph/FTG_Signature/__ctor
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Signature.h |
| Include | #include "TG_Signature.h" |
FTG_Signature
(
const FTG_Signature & Other
)
Remarks
Added an defaulted copy constructor here because Clang 16 expects either both or neither copy constructor and copy assignment operator to be implemented. But it's pretty weird for a type to do nothing on copy. UStructs need an assignment operator so this would be surprising behavior.