Python Property Finding or Listing

https://docs.unrealengine.com/en-US/PythonAPI/class/Texture2D.html


#From the example above and assuming they are an array of texture2d objects
for texture in textures:
    print(texture.blueprint_get_size_x())
    print(texture.blueprint_get_size_y())