Navigation
API > API/Plugins > API/Plugins/FloatingProperties
Floating Properties - Adds floating details panel properties on to the viewport.
| Name | FFloatingPropertiesModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/FloatingProperties/Source/FloatingProperties/Public/FloatingPropertiesModule.h |
| Include Path | #include "FloatingPropertiesModule.h" |
Syntax
class FFloatingPropertiesModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCreateStructPropertyValueWidgetDelegate | TBaseDelegate_OneParam< TSharedPtr< SWidget >, TSharedRef< IPropertyHandle > > | FloatingPropertiesModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FCreateStructPropertyValueWidgetDelegate * GetStructPropertyValueWidgetDelegate
(
UScriptStruct* InStruct |
FloatingPropertiesModule.h | ||
void RegiserStructPropertyValueWidgetDelegate
(
UScriptStruct* InStruct, |
FloatingPropertiesModule.h | ||
void UnregiserStructPropertyValueWidgetDelegate
(
UScriptStruct* InStruct |
FloatingPropertiesModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
FloatingPropertiesModule.h | ||
virtual void StartupModule() |
FloatingPropertiesModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDefaultStructPropertyValueWidgetDelegates() |
FloatingPropertiesModule.h | ||
void CreateLevelEditorWidgetController
(
TSharedPtr< ILevelEditor > InLevelEditor |
FloatingPropertiesModule.h | ||
void DestroyLevelEditorWidgetController() |
FloatingPropertiesModule.h | ||
void OnEnginePreExit() |
FloatingPropertiesModule.h | ||
void OnLevelEditorCreated
(
TSharedPtr< ILevelEditor > InLevelEditor |
FloatingPropertiesModule.h | ||
void OnSettingsChanged
(
const UFloatingPropertiesSettings* InSettings, |
FloatingPropertiesModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FFloatingPropertiesModule & Get() |
FloatingPropertiesModule.h |