mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "FortPipTest.h"
|
|
|
|
FFortPipTest::FFortPipTest() {
|
|
this->MediaPlayer = NULL;
|
|
this->StreamMediaSource = NULL;
|
|
this->WidgetClass = NULL;
|
|
}
|
|
|