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
DialogueNode_Details.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 "IDetailCustomization.h"
6
11
class
FDialogueNode_Details
:
public
IDetailCustomization
12
{
13
typedef
FDialogueNode_Details
Self
;
14
15
public
:
16
// Makes a new instance of this detail layout class for a specific detail view requesting it
17
static
TSharedRef<IDetailCustomization>
MakeInstance
() {
return
MakeShared<Self>(); }
18
19
// IDetailCustomization interface
21
void
CustomizeDetails
(IDetailLayoutBuilder& DetailBuilder)
override
;
22
};
11
class
FDialogueNode_Details
:
public
IDetailCustomization
{
…
};
FDialogueNode_Details
Definition
DialogueNode_Details.h:12
FDialogueNode_Details::CustomizeDetails
void CustomizeDetails(IDetailLayoutBuilder &DetailBuilder) override
Definition
DialogueNode_Details.cpp:17
FDialogueNode_Details::Self
FDialogueNode_Details Self
Definition
DialogueNode_Details.h:13
FDialogueNode_Details::MakeInstance
static TSharedRef< IDetailCustomization > MakeInstance()
Definition
DialogueNode_Details.h:17
IDetailCustomization
SDKDemo
Plugins
UnrealEngineSDK
VisualScripter
Source
DlgSystemEditor
Private
DialogueEditor
DetailsPanel
DialogueNode_Details.h
Generated
Fri Mar 28 2025 16:18:17
by Doxygen version
1.10.0