Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize () |
Model.h | ||
void Initialize
(
ABrush* Owner, |
Model.h |
Initialize()
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include Path | #include "Model.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Model.cpp |
void Initialize()
Initialize(ABrush *, bool)
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include Path | #include "Model.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Model.cpp |
void Initialize
(
ABrush * Owner,
bool InRootOutside
)