FPrimitiveMaterialRef

Reference to a specific material in a PrimitiveComponent, used by Matinee

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

struct FPrimitiveMaterialRef

Remarks

Reference to a specific material in a PrimitiveComponent, used by Matinee

Variables

Name Description

Public variable

UDecalComponent...

 

Decal

Material is on a decal component

Public variable

int32

 

ElementIndex

Index into the material on the components data

Public variable

UPrimitiveCompo...

 

Primitive

Material is on a primitive component

Constructors

Name Description

Public function

FPrimitiveMaterialRef()

Public function

FPrimitiveMaterialRef

(
    UPrimitiveComponent* InPrimiti...,
    int32 InElementIndex
)

Public function

FPrimitiveMaterialRef

(
    UDecalComponent* InDecal,
    int32 InElementIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss