Navigation
API > API/Runtime > API/Runtime/Engine
Shader parameters for all LocalVertexFactory derived classes.
| Name | FLocalVertexFactoryShaderParametersBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/LocalVertexFactory.h |
| Include Path | #include "LocalVertexFactory.h" |
Syntax
class FLocalVertexFactoryShaderParametersBase : public FVertexFactoryShaderParameters
Inheritance Hierarchy
- FVertexFactoryShaderParameters → FLocalVertexFactoryShaderParametersBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocalVertexFactoryShaderParametersBase() |
LocalVertexFactory.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FLocalVertexFactoryShaderParametersBase | LocalVertexFactory.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FLocalVertexFactoryShaderParametersBase >::Type | LocalVertexFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | LocalVertexFactory.h | |
| InterfaceType | ETypeLayoutInterface::Type | LocalVertexFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| boolbAnySpeedTreeParamIsBound | True if LODParameter is bound, which puts us on the slow path in GetElementShaderBindings. | LocalVertexFactory.h | ||
| FShaderParameterLODParameter | SpeedTree LOD parameter. | LocalVertexFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Bind
(
const FShaderParameterMap& ParameterMap |
LocalVertexFactory.h | ||
void GetElementShaderBindingsBase
(
const FSceneInterface* Scene, |
LocalVertexFactory.h | ||
ENGINE_API const FTypeLayoutDesc & GetTypeLayout() |
LocalVertexFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalDestroy
(
void* Object, |
LocalVertexFactory.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
LocalVertexFactory.h | ||
static ENGINE_APIFTypeLayoutDesc & StaticGetTypeLayout() |
LocalVertexFactory.h |