FMessageLogListingViewModel::Create

Factory method which creates a new [FMessageLogListingViewModel](API\Developer\MessageLog\Presentation\FMessageLogListingViewModel) object

Unreal Engine C++ API Reference > Developer > MessageLog > Presentation > FMessageLogListingViewModel

References

   
Module MessageLog
Header /Engine/Source/Developer/MessageLog/Public/Presentation/MessageLogListingViewModel.h
Include #include "Presentation/MessageLogListingViewModel.h"
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FMessageLogListingViewModel](API\Developer\MessageLog\Presentation\FMessageLogListingViewModel) > Create
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FMessageLogListingModel](API\Developer\MessageLog\Model\FMessageLogListingModel) > & InMessageLogListingModel,
    const [FText](API\Runtime\Core\Internationalization\FText) & InLogLabel,
    const [FMessageLogInitializationOptions](API\Developer\MessageLog\FMessageLogInitializationOptions) & InitializationOptions
)

Remarks

Factory method which creates a new FMessageLogListingViewModel object

Parameters

Name Description
InMessageLogListingModel The MessageLogListing data to view
InLogLabel The label that will be displayed in the UI for this log listing
InMessageLogListingModel If true, a filters list will be displayed for this log listing

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library