Choose your operating system:
Windows
macOS
Linux
| USceneComponent::GetMaterialPropertyPath()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
Include |
#include "Components/SkinnedMeshComponent.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
Returns full material property path and UObject owner property object Path examples: Material property path with array element and inner struct Materials[0].InnerStruct.Material Material property path with array element Materials[0] Simple material property path Materials
true if that was successfully resolved and component has material
Parameter |
Description |
---|---|
ElementIndex |
The element to access the material of. |
OutOwner |
Property UObject owner. |
OutPropertyPath |
Full material property path. |