MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.17k stars 228 forks source link

Fix missing UProperty #195

Closed ymartel06 closed 5 months ago

ymartel06 commented 5 months ago

Hi,

I've discovered few missing UProperty. I've put UProperty as transient to keep same behaviors. They will not be saved or loaded. Properties tagged this way will be zero-filled at load time. https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-object-handling-in-unreal-engine

Cheers, -Yohann

MaksymKapelianovych commented 5 months ago

Hi, all the structs you placed UPROPERTY macro in are not USTRUCTs, so, unfortunately, this will have no effect