TCommands::TCommands

Construct a set of commands; call this from your custom commands class.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Commands/Commands.h"

Syntax

TCommands
(
    const FName InContextName,
    const FText & InContextDesc,
    const FName InContextParent,
    const FName InStyleSetName
)

Remarks

Construct a set of commands; call this from your custom commands class.

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