#include <RuntimeMeshProxy.h>
Private Member Functions | |
void | UpdateCachedValues () |
Private Attributes | |
ERHIFeatureLevel::Type | FeatureLevel |
TMap< int32, FRuntimeMeshSectionProxyPtr > | Sections |
Definition at line 36 of file RuntimeMeshProxy.h.
FRuntimeMeshProxy::FRuntimeMeshProxy | ( | ERHIFeatureLevel::Type | InFeatureLevel | ) |
Definition at line 7 of file RuntimeMeshProxy.cpp.
FRuntimeMeshProxy::~FRuntimeMeshProxy | ( | ) |
Definition at line 12 of file RuntimeMeshProxy.cpp.
|
inline |
Definition at line 62 of file RuntimeMeshProxy.h.
void FRuntimeMeshProxy::CreateSection_GameThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionCreationParamsPtr & | SectionData | ||
) |
Definition at line 19 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::CreateSection_RenderThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionCreationParamsPtr & | SectionData | ||
) |
Definition at line 30 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::DeleteSection_GameThread | ( | int32 | SectionId | ) |
Definition at line 97 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::DeleteSection_RenderThread | ( | int32 | SectionId | ) |
Definition at line 108 of file RuntimeMeshProxy.cpp.
|
inline |
Definition at line 46 of file RuntimeMeshProxy.h.
|
inline |
Definition at line 60 of file RuntimeMeshProxy.h.
|
private |
Definition at line 135 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::UpdateSection_GameThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionUpdateParamsPtr & | SectionData | ||
) |
Definition at line 45 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::UpdateSection_RenderThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionUpdateParamsPtr & | SectionData | ||
) |
Definition at line 56 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::UpdateSectionProperties_GameThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionPropertyUpdateParamsPtr & | SectionData | ||
) |
Definition at line 71 of file RuntimeMeshProxy.cpp.
void FRuntimeMeshProxy::UpdateSectionProperties_RenderThread | ( | int32 | SectionId, |
const FRuntimeMeshSectionPropertyUpdateParamsPtr & | SectionData | ||
) |
Definition at line 82 of file RuntimeMeshProxy.cpp.
|
private |
Definition at line 38 of file RuntimeMeshProxy.h.
|
private |
Definition at line 40 of file RuntimeMeshProxy.h.