FPrimitiveComponentId

Class used to identify UPrimitiveComponents on the rendering thread without having to pass the pointer around, Which would make it easy for people to access game thread variables from the rendering thread.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneTypes.h

Include

#include "SceneTypes.h"

Syntax

class FPrimitiveComponentId

Remarks

Class used to identify UPrimitiveComponents on the rendering thread without having to pass the pointer around, Which would make it easy for people to access game thread variables from the rendering thread.

Variables

Name Description

Public variable

uint32

 

PrimIDValue

Constructors

Name Description

Public function

FPrimitiveComponentId()

Functions

Name Description

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator==

(
    FPrimitiveComponentId OtherId
)

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