I’m trying to take in a FileMediaSource in a Data Asset:
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Videos)
UFileMediaSource VideoFileMediaSource;
However I get the following error:
identifier "UFileMediaSource" is undefined
Example of FileMediaSource: