Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
An interface for use with the TypedElement Framework which exposes Primitive CustomData for use within Materials.
| Name | ITypedElementPrimitiveCustomDataInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h" |
Syntax
class ITypedElementPrimitiveCustomDataInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetCustomData
(
const FTypedElementHandle& InElementHandle, |
Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h | ||
virtual void SetCustomData
(
const FScriptTypedElementHandle& InElementHandle, |
Sets all Primitive's CustomData values. | Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h |
|
virtual void SetCustomDataValue
(
const FTypedElementHandle& InElementHandle, |
Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h | ||
virtual void SetCustomDataValue
(
const FScriptTypedElementHandle& InElementHandle, |
Sets a single Primitive's CustomData value. | Elements/Interfaces/TypedElementPrimitiveCustomDataInterface.h |
|