UStruct
Inheritance
Methods
GetSuperStruct()
- Return type: 
UClass - Returns: the 
SuperStructof this struct (can be invalid). 
ForEachFunction(function Callback)
- Iterates every 
UFunctionthat belongs to this struct. - The callback has one param: 
UFunction Function. - Return 
truein the callback to stop iterating. 
ForEachProperty(function Callback)
- Iterates every 
Propertythat belongs to this struct. - The callback has one param: 
Property Property. - Return 
truein the callback to stop iterating.