Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TObjectPtr< UTexture2D > > & GetWeightmapTextures
(
bool InReturnEditingWeightmap |
LandscapeComponent.h | ||
const TArray< UTexture2D * > & GetWeightmapTextures
(
bool InReturnEditingWeightmap |
LandscapeComponent.h | ||
TArray< TObjectPtr< UTexture2D > > & GetWeightmapTextures
(
const FGuid& InLayerGuid |
LandscapeComponent.h | ||
const TArray< UTexture2D * > & GetWeightmapTextures
(
const FGuid& InLayerGuid |
LandscapeComponent.h |
GetWeightmapTextures(bool)
| Name | GetWeightmapTextures |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
TArray < TObjectPtr < UTexture2D > > & GetWeightmapTextures
(
bool InReturnEditingWeightmap
)
GetWeightmapTextures(bool)
| Name | GetWeightmapTextures |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
const TArray < UTexture2D * > & GetWeightmapTextures
(
bool InReturnEditingWeightmap
) const
GetWeightmapTextures(const FGuid &)
| Name | GetWeightmapTextures |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
TArray < TObjectPtr < UTexture2D > > & GetWeightmapTextures
(
const FGuid & InLayerGuid
)
GetWeightmapTextures(const FGuid &)
| Name | GetWeightmapTextures |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
const TArray < UTexture2D * > & GetWeightmapTextures
(
const FGuid & InLayerGuid
) const