FMultiBox::FindBlockFromNameAndType

Finds an existing block by name and type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h

Include

#include "Framework/MultiBox/MultiBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp

Syntax

TSharedPtr< const FMultiBlock > FindBlockFromNameAndType
(
    const FName InName,
    const EMultiBlockType InType
) const

Remarks

Finds an existing block by name and type

Parameters

Parameter

Description

InName

The name to search for

InType

The type to match during the search

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss