Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FSubstrateOperator > API/Runtime/Engine/Rendering/FSubstrateOperator/LAYOUT_FIELD_EDITORONLY
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Rendering/SubstrateMaterialShared.h |
| Include | #include "Rendering/SubstrateMaterialShared.h" |
LAYOUT_FIELD_EDITORONLY
(
int32 ,
OperatorType
)
Remarks
!!!!!!!!!! Not using LAYOUT_BITFIELD_EDITORONLY because it seems to cause issue with bit being shifted around when copy happens. So in the meantime we find it out, LAYOUT_FIELD_EDITORONLY using uint8 is used. !!!!!!!!!!