unreal python get material graph node details option get property

Currently this doesn’t seem possible in python. You can either find the relevant properties in the documentation or use help(unreal.MaterialExpressionTextureSampleParameter2D)

A c++ implementation for listing of properties can be found here:

or here: