Main Menu
Documentation
ApexSDK - Unreal
Multiplayer - Unreal
Platform - Unreal
UnrealEngineSDK
UnrealEngineSDK Demo
ApexSDK - Unity
UnityEngineSDK
UnrealEngineSDK Demo
A Demo Project for the UnrealEngineSDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
x
y
z
Functions
_
c
d
e
f
g
i
j
m
p
r
s
t
u
Variables
a
b
c
d
f
h
i
j
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
f
g
l
m
n
o
p
r
s
t
u
v
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
f
s
t
v
Enumerations
Enumerator
a
b
c
d
e
h
l
m
n
s
u
v
w
Properties
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
f
p
t
Enumerations
a
b
e
Enumerator
Macros
a
c
d
e
f
i
l
m
n
p
r
s
t
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
DialogueContentBrowserExtensions.h
Go to the documentation of this file.
1
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2
#pragma once
3
4
#include "CoreMinimal.h"
5
#include "ContentBrowserFrontEndFilterExtension.h"
6
7
#include "DialogueContentBrowserExtensions.generated.h"
8
12
UCLASS()
13
class
UDialogueSearchFilter
: public
UContentBrowserFrontEndFilterExtension
14
{
15
public
:
16
GENERATED_BODY()
17
18
// UContentBrowserFrontEndFilterExtension interface
19
void AddFrontEndFilterExtensions(
20
TSharedPtr<FFrontendFilterCategory> DefaultCategory,
21
TArray<TSharedRef<
FFrontendFilter
>>& InOutFilterList
22
) const override;
23
};
24
15
public
: {
…
};
30
class
FDialogueContentBrowserExtensions
31
{
32
public
:
33
static
void
InstallHooks();
34
static
void
RemoveHooks();
35
};
32
public
: {
…
};
FDialogueContentBrowserExtensions
Definition
DialogueContentBrowserExtensions.h:33
FDialogueContentBrowserExtensions::InstallHooks
static void InstallHooks()
Definition
DialogueContentBrowserExtensions.cpp:311
FDialogueContentBrowserExtensions::RemoveHooks
static void RemoveHooks()
Definition
DialogueContentBrowserExtensions.cpp:316
FFrontendFilter
UContentBrowserFrontEndFilterExtension
UDialogueSearchFilter
UCLASS()
Definition
DialogueContentBrowserExtensions.h:16
UDialogueSearchFilter::GENERATED_BODY
GENERATED_BODY()
UDialogueSearchFilter::AddFrontEndFilterExtensions
void AddFrontEndFilterExtensions(TSharedPtr< FFrontendFilterCategory > DefaultCategory, TArray< TSharedRef< FFrontendFilter > > &InOutFilterList) const override
Definition
DialogueContentBrowserExtensions.cpp:286
SDKDemo
Plugins
UnrealEngineSDK
VisualScripter
Source
DlgSystemEditor
Private
DialogueContentBrowserExtensions.h
Generated
Fri Mar 28 2025 16:18:17
by Doxygen version
1.10.0