className stringlengths 1 167 | headerPath stringlengths 14 166 | description stringlengths 0 1.62k | module stringlengths 3 36 | code stringlengths 0 11.4k | variables listlengths 0 395 |
|---|---|---|---|---|---|
IWorkspaceMenuStructure::GetLevelEditorOutlinerCategory | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | See diagram above | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetLevelEditorOutlinerCategory() const | [] |
IWorkspaceMenuStructure::GetLevelEditorViewportsCategory | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | See diagram above | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetLevelEditorViewportsCategory() const | [] |
IWorkspaceMenuStructure::GetLevelEditorVirtualProductionCategory | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | See diagram above | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetLevelEditorVirtualProductionCategory() const | [] |
IWorkspaceMenuStructure::GetLevelEditorWorldPartitionCategory | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | See diagram above | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetLevelEditorWorldPartitionCategory() const | [] |
IWorkspaceMenuStructure::GetStructureRoot | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | Get the root of the menu structure. Pass this into PopulateTabSpawnerMenu() | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetStructureRoot() const | [] |
IWorkspaceMenuStructure::GetToolsCategory | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | See diagram above | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetToolsCategory() const | [] |
IWorkspaceMenuStructure::GetToolsStructureRoot | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | Alternate root for the Tools menu | WorkspaceMenuStructure | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetToolsStructureRoot() const | [] |
IWorkspaceMenuStructure | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h | WorkspaceMenuStructure | class IWorkspaceMenuStructure | [] | |
WorkspaceMenu::GetMenuStructure | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h | WorkspaceMenuStructure | namespace WorkspaceMenu { const [IWorkspaceMenuStructure](API\Editor\WorkspaceMenuStructure\IWorkspaceMenuStructure) & WorkspaceMenu::GetMenuStructure() } | [] | |
WorkspaceMenu::GetModule | /Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h | WorkspaceMenuStructure | namespace WorkspaceMenu { [FWorkspaceMenuStructureModule](API\Editor\WorkspaceMenuStructure\FWorkspaceMenuStructureModule) & WorkspaceMenu::GetModule() } | [] | |
FWorldBrowserModule::CreateWorldBrowserComposition | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Creates a levels composition widget | WorldBrowser | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateWorldBrowserComposition() | [] |
FWorldBrowserModule::CreateWorldBrowserDetails | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Creates a levels details widget | WorldBrowser | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateWorldBrowserDetails() | [] |
FWorldBrowserModule::CreateWorldBrowserHierarchy | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Creates a levels hierarchy widget | WorldBrowser | virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateWorldBrowserHierarchy() | [] |
FOnBrowseWorld | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | WorldBrowser | class FOnBrowseWorld : public TBaseMulticastDelegate_OneParam< void, UWorld * > | [] | |
FOnWorldBrowserModuleShutdown | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Delegate called when WorldBrowserModule is shutdown. | WorldBrowser | typedef TMulticastDelegate_NoParams< void > FOnWorldBrowserModuleShutdown | [] |
FWorldBrowserModule::OnShutdown | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | WorldBrowser | [FOnWorldBrowserModuleShutdown](API\Editor\WorldBrowser\FWorldBrowserModule\FOnWorldBrowserModuleShutdown) & OnShutdown() | [] | |
FWorldBrowserModule::SharedWorldModel | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | world model shared between all World Browser editors | WorldBrowser | virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class FLevelCollectionModel > SharedWorldModel ( [UWorld](API\Runtime\Engine\Engine\UWorld) * InWorld ) | [] |
FWorldBrowserModule::ShutdownModule | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Called before the module is unloaded, right before the module object is destroyed. | WorldBrowser | virtual void ShutdownModule() | [] |
FWorldBrowserModule::StartupModule | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | Called right after the module DLL has been loaded and the module object has been created | WorldBrowser | virtual void StartupModule() | [] |
FWorldBrowserModule | /Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h | The module holding all of the UI related pieces for SubLevels management | WorldBrowser | class FWorldBrowserModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface) | [
{
"type": "FOnBrowseWorld",
"name": "OnBrowseWorld",
"description": ""
}
] |
IDropTarget::OnDrop | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Called to drop the specified objects on this item. Only called ifValidateDrop()allows. | WorldBrowser | void OnDrop ( const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragEvent, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< SWorldHierarchyImpl > Hierarchy ) | [] |
IDropTarget::ValidateDrop | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Called to test whether the specified payload can be dropped onto this tree item | WorldBrowser | FValidationInfo ValidateDrop ( const [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragEvent ) const | [] |
IDropTarget | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Interface for validating drag/drop movement | WorldBrowser | struct IDropTarget | [] |
IWorldTreeItem::AddChild | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | void AddChild ( FWorldTreeItemRef Child ) | [] | |
IWorldTreeItem::AppendLevelModels | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Appends all level models for this tree item to the supplied array | WorldBrowser | void AppendLevelModels ( FLevelModelList & OutLevelModels ) const | [] |
IWorldTreeItem::CanBeCurrent | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Can this ever become the current item? | WorldBrowser | virtual bool CanBeCurrent() const | [] |
IWorldTreeItem::CanChangeParents | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Returns true if this item can have its parent changed | WorldBrowser | bool CanChangeParents() const | [] |
IWorldTreeItem::CanHaveChildren | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Returns true if the item can have children | WorldBrowser | bool CanHaveChildren() const | [] |
IWorldTreeItem::CanSave | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Can this item be saved? | WorldBrowser | virtual bool CanSave() const | [] |
IWorldTreeItem::CreateParent | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Create the parent item for this item, if it should have one | WorldBrowser | FWorldTreeItemPtr CreateParent() const | [] |
IWorldTreeItem::FlagsType::FlagsType | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | FlagsType&40;&41; | [] | |
FlagsType | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | struct FlagsType | [
{
"type": "bool: 1",
"name": "bChildrenRequiresSort",
"description": ""
},
{
"type": "bool: 1",
"name": "bExpanded",
"description": ""
},
{
"type": "bool: 1",
"name": "bFilteredOut",
"description": ""
},
{
"type": "bool: 1",
"name": "bLocked",
"descrip... | |
FOnRenameRequest | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | typedef TBaseDelegate_NoParams< void > FOnRenameRequest | [] | |
IWorldTreeItem::GenerateContextMenu | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Generates a context menu option for this item if and only if it's the only item selected in the hierarchy | WorldBrowser | virtual void GenerateContextMenu ( [UToolMenu](API\Developer\ToolMenus\UToolMenu) * Menu, const SWorldHierarchyImpl & Hierarchy ) | [] |
IWorldTreeItem::GetAncestorPaths | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the set of all ancestor paths for this item | WorldBrowser | [TSet](API\Runtime\Core\Containers\TSet)< [FName](API\Runtime\Core\UObject\FName) > GetAncestorPaths() const | [] |
IWorldTreeItem::GetAsFolderTreeItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | FFolderTreeItem * GetAsFolderTreeItem() const | [] | |
IWorldTreeItem::GetAsLevelModelTreeItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | FLevelModelTreeItem * GetAsLevelModelTreeItem() const | [] | |
IWorldTreeItem::GetChildren | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | const [TArray](API\Runtime\Core\Containers\TArray)< FWorldTreeItemPtr > & GetChildren() const | [] | |
IWorldTreeItem::GetDisplayString | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the display string for this item | WorldBrowser | [FString](API\Runtime\Core\Containers\FString) GetDisplayString() const | [] |
IWorldTreeItem::GetHierarchyItemBrush | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetHierarchyItemBrush() const | [] | |
IWorldTreeItem::GetHierarchyItemBrushWidth | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual float GetHierarchyItemBrushWidth() const | [] | |
IWorldTreeItem::GetID | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the ID for this tree item | WorldBrowser | FWorldTreeItemID GetID() const | [] |
IWorldTreeItem::GetLevelModels | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets all level models for this tree item and its children | WorldBrowser | FLevelModelList GetLevelModels() const | [] |
IWorldTreeItem::GetLevelSelectionFlag | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual bool GetLevelSelectionFlag() const | [] | |
IWorldTreeItem::GetDrawColor | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the draw color for the item | WorldBrowser | virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetDrawColor() const | [] |
IWorldTreeItem::GetLockToolTipText | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the tooltip for this item's lock icon | WorldBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetLockToolTipText() const | [] |
IWorldTreeItem::GetParent | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | FWorldTreeItemPtr GetParent() const | [] | |
IWorldTreeItem::GetPackageFileName | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the filename of the package for this item, if one exists | WorldBrowser | virtual [FString](API\Runtime\Core\Containers\FString) GetPackageFileName() const | [] |
IWorldTreeItem::GetParentID | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the ID of the parent item, even if it is not yet constructed | WorldBrowser | FWorldTreeItemID GetParentID() const | [] |
IWorldTreeItem::GetRootItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< FLevelModel > GetRootItem() const | [] | |
IWorldTreeItem::GetSaveToolTipText | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the tooltip text for this item's save icon | WorldBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetSaveToolTipText() const | [] |
IWorldTreeItem::GetSortPriority | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the sort priority of the item. A higher value means it will appear first in the list | WorldBrowser | int32 GetSortPriority() const | [] |
IWorldTreeItem::GetToolTipText | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the tooltip for this item | WorldBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetToolTipText() const | [] |
IWorldTreeItem::HasColorButtonControls | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Does this item have color button controls? | WorldBrowser | virtual bool HasColorButtonControls() const | [] |
IWorldTreeItem::GetVisibilityToolTipText | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the tooltip for this item's visibility icon | WorldBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetVisibilityToolTipText() const | [] |
IWorldTreeItem::GetModel | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Gets the level model for this item, excluding its children | WorldBrowser | virtual FLevelModelList GetModel() const | [] |
IWorldTreeItem::HasKismet | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Does this item have Kismet controls? | WorldBrowser | virtual bool HasKismet() const | [] |
IWorldTreeItem::HasLightingControls | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Does this item have lighting controls? | WorldBrowser | virtual bool HasLightingControls() const | [] |
IWorldTreeItem::HasLockControls | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Can the lock state on this item be toggled? | WorldBrowser | virtual bool HasLockControls() const | [] |
IWorldTreeItem::HasModel | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Returns true if this item has an associated level model with it | WorldBrowser | virtual bool HasModel ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< FLevelModel > InLevelModel ) const | [] |
IWorldTreeItem::HasValidPackage | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Does the item have a valid package? | WorldBrowser | virtual bool HasValidPackage() const | [] |
IWorldTreeItem::HasVisibilityControls | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Can visibility on this item be toggled? | WorldBrowser | virtual bool HasVisibilityControls() const | [] |
IWorldTreeItem::IsCurrent | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Is this the current item? | WorldBrowser | virtual bool IsCurrent() const | [] |
IWorldTreeItem::IsDirty | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Is the item dirty? | WorldBrowser | virtual bool IsDirty() const | [] |
IWorldTreeItem::IsLightingScenario | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual bool IsLightingScenario() const | [] | |
IWorldTreeItem::IsLoaded | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Is the item loaded? | WorldBrowser | virtual bool IsLoaded() const | [] |
IWorldTreeItem::IsLocked | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | bool IsLocked() const | [] | |
IWorldTreeItem::IsReadOnly | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Is the item read-only? | WorldBrowser | virtual bool IsReadOnly() const | [] |
IWorldTreeItem::IsTransient | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Is the item transient? | WorldBrowser | virtual bool IsTransient() const | [] |
IWorldTreeItem::IsVisible | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | bool IsVisible() const | [] | |
IWorldTreeItem::MakeCurrent | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Make this item the current item | WorldBrowser | virtual void MakeCurrent() | [] |
IWorldTreeItem::OnLockAllButSelected | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnLockAllButSelected() | [] | |
IWorldTreeItem::OnLockOnlySelected | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnLockOnlySelected() | [] | |
IWorldTreeItem::OnOpenKismet | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnOpenKismet() | [] | |
IWorldTreeItem::OnSave | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnSave() | [] | |
IWorldTreeItem::OnShowAllButSelected | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnShowAllButSelected() | [] | |
IWorldTreeItem::OnShowOnlySelected | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnShowOnlySelected() | [] | |
IWorldTreeItem::OnToggleLightingScenario | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnToggleLightingScenario() | [] | |
IWorldTreeItem::OnToggleLock | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnToggleLock() | [] | |
IWorldTreeItem::OnToggleVisibility | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void OnToggleVisibility() | [] | |
IWorldTreeItem::PopulateLevelModelList | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void PopulateLevelModelList ( FLevelModelList & InModelList ) | [] | |
IWorldTreeItem::RemoveChild | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | void RemoveChild ( const FWorldTreeItemRef & Child ) | [] | |
IWorldTreeItem::RemoveAllChildren | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | void RemoveAllChildren() | [] | |
IWorldTreeItem::SetExpansion | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Sets the item's expansion state | WorldBrowser | virtual void SetExpansion ( bool bExpanded ) | [] |
IWorldTreeItem::SetDrawColor | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual void SetDrawColor ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) | [] | |
IWorldTreeItem::SetLocked | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Sets the item's locked status | WorldBrowser | void SetLocked ( bool bLocked ) | [] |
IWorldTreeItem::SetParentPath | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Changes the parent path of this item, without changing the name of this item | WorldBrowser | void SetParentPath ( const [FName](API\Runtime\Core\UObject\FName) & InParentPath ) | [] |
IWorldTreeItem::SetVisible | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Sets the item's visible status | WorldBrowser | void SetVisible ( bool bVisible ) | [] |
IWorldTreeItem::IWorldTreeItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | IWorldTreeItem() | [] | |
IWorldTreeItem::~IWorldTreeItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | WorldBrowser | virtual ~IWorldTreeItem() | [] | |
IWorldTreeItem | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Base tree item interface for the World Browser | WorldBrowser | struct IWorldTreeItem : public [WorldHierarchy::IDropTarget](API\Editor\WorldBrowser\IDropTarget), public [TSharedFromThis< IWorldTreeItem >](API\Runtime\Core\Templates\TSharedFromThis) | [
{
"type": "TArray< FWorldT...",
"name": "Children",
"description": "The children of this tree item, if any"
},
{
"type": "FlagsType",
"name": "Flags",
"description": ""
},
{
"type": "FWorldTreeItemP...",
"name": "Parent",
"description": "The parent of this tree item. Can ... |
WorldHierarchy::GetParentPath | /Engine/Source/Editor/WorldBrowser/Public/IWorldTreeItem.h | Utility function to get the parent path for a specific path | WorldBrowser | namespace WorldHierarchy { [FName](API\Runtime\Core\UObject\FName) WorldHierarchy::GetParentPath ( const [FName](API\Runtime\Core\UObject\FName) & InPath ) } | [] |
EWorldConditionContextDataType | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h | Describes the availability of a context data. | WorldConditions | enum EWorldConditionContextDataType { Dynamic, Persistent, } | [] |
EWorldConditionOperator | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h | Boolean operator between conditions in a expression. | WorldConditions | enum EWorldConditionOperator { And, Or, Copy, } | [] |
EWorldConditionResultValue | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionTypes.h | Result of a world condition | WorldConditions | enum EWorldConditionResultValue { IsFalse = 0, IsTrue = 1, Invalid = 2, } | [] |
FWorldConditionBase::Activate | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h | Called to activate the condition. The state data for the conditions can be accessed via the Context.
True if activation succeeded. | WorldConditions | virtual bool Activate ( const [FWorldConditionContext](API\Plugins\WorldConditions\FWorldConditionContext) & Context ) const | [] |
FWorldConditionBase::Deactivate | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h | Called to deactivate the condition. The state data for the conditions can be accessed via the Context. | WorldConditions | virtual void Deactivate ( const [FWorldConditionContext](API\Plugins\WorldConditions\FWorldConditionContext) & Context ) const | [] |
FWorldConditionBase::GetConditionIndex | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h | condition index. | WorldConditions | uint8 GetConditionIndex() const | [] |
FWorldConditionBase::GetDescription | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h | Description to be shown in the UI. | WorldConditions | virtual [FText](API\Runtime\Core\Internationalization\FText) GetDescription() const | [] |
FWorldConditionBase::GetOperator | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h | operator to apply for this condition in the expression evaluation. | WorldConditions | [EWorldConditionOperator](API\Plugins\WorldConditions\EWorldConditionOperator) GetOperator() const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.