UGCProjects/FX_Preview/Script/Common/ue_struct_custom.lua

15 lines
303 B
Lua
Raw Permalink Normal View History

2025-02-02 16:26:56 +08:00
-- auto exported UStruct while compiling
-- sorted by struct name asc
---@class FFXData
---@field ID int32
---@field FXType EFXType
---@field Rarity int32
---@field Name FString
---@field Desc FString
---@field Particle UParticleSystem
---@field ColorValue float[]
---@field BaseColor FLinearColor