1
0
KF2-Dev-Scripts/UnrealEd/Classes/LensFlarePreviewComponent.uc
2020-12-13 18:01:13 +03:00

17 lines
382 B
Ucode

/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class LensFlarePreviewComponent extends PrimitiveComponent
native
collapsecategories
hidecategories(Object)
editinlinenew;
var native transient const pointer LensFlareEditorPtr{class WxLensFlareEditor};
cpptext
{
virtual void Render(const FSceneView* View,FPrimitiveDrawInterface* PDI);
}