|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include "Customizations/SubObjectPicker.h"#include "SlateGlobals.h"#include "Widgets/Text/STextBlock.h"#include "PropertyRestriction.h"#include "DetailLayoutBuilder.h"#include "IDetailChildrenBuilder.h"#include "DetailWidgetRow.h"#include "IDetailPropertyRow.h"#include "ISinglePropertyView.h"#include "PropertyCustomizationHelpers.h"#include "ContentBrowserModule.h"#include "IContentBrowserSingleton.h"#include "Widgets/SAssetView.h"名前空間 | |
| namespace | FSubObjectPickerUtils |
マクロ定義 | |
| #define | LOCTEXT_NAMESPACE "FSubObjectPicker" |
関数 | |
| static const FVector2D | FSubObjectPickerUtils::ContentBrowserWindowSize (300.0f, 300.0f) |
| UClass * | FSubObjectPickerUtils::GetPropertyClass (TSharedPtr< IPropertyHandle > InProp) |
| bool | FSubObjectPickerUtils::IsPropertyValueChildOf (TSharedPtr< IPropertyHandle > InProp, const UStruct *Class) |
| #define LOCTEXT_NAMESPACE "FSubObjectPicker" |