9 lines
209 B
C++
9 lines
209 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SceneStateBinding.h"
|
|
|
|
FConstStructView FSceneStateBinding::GetSourceDataHandleStruct() const
|
|
{
|
|
return FConstStructView::Make(SourceDataHandle);
|
|
}
|