Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UBaseMediaSource > UMediaSource > UObject
The URL to the media stream to be played.
namespace Offsets { namespace Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject namespace UStreamMediaSource { constexpr auto StreamUrl = 0x88; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UBaseMediaSource > UMediaSource > UObject public static class UStreamMediaSource { public const byte StreamUrl = 0x88; // FString } } }